if clauses accept command sequences
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
if clauses seem to accept command sequences like read FILE and execute without an error. However, it seems that it this sequences is simply ignored.
The issue is that the command sequences are only accepted, if they contain strings. Then, they will be evaluated as strings, where the string parser is very tolerant regarding string errors. The function handling the string concatenation should instead validate the input and throw an error.
if statement. An error was thrown as expected.The fix was tested manually. No deviation was detected.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r1004]
Diff: