SIMPOL Documentation

Case-sensitivity

All identifiers: type names, variable names, function names, and the names of symbolic constants are case-sensitive. All keywords, intrinsic, and system function names are also case-sensitive. This means that the variable names: foo, FOO, fOO, Foo, … are all considered to be different variables.