Dear developers,
So far, it seems that FreeFEM does not allow variable names with hyphens or dashes, for instance:
real a_variable_with_hyphens = 3;
Is there a good reason for this ? Sometimes, using hyphens improves readability over the use of capital letters. Although this is certainly not an urgent feature to add, this would be nice to do, unless there is a very good reason for this.
Regards
Florian