On Sat, 22 Oct 2022 19:33:10 +0200, Erich Steinböck wrote: >| What's "a constant expression"? >A literal string, a number, or a variable starting with a dot, like .true
A number or a variable starting with a dot is a constant symbol: >1.13.2. Constant Symbols >A constant symbol starts with a digit (0-9) or a period. ... >Example 1.21. Constants >77 >827.53 >.12345 >12e5 /* Same as 12E5 */ >3D >17E-3 A literal string is already included separately in the list: >a literal string, a constant expression, or an >expression enclosed in parentheses that evaluates to a string So "constant expression" here should really just be "constant symbol." ¬R _______________________________________________ Oorexx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-users
