[POSITIVE] CONST SHARED identifier = value CONST SHARED identifier IN (min,max) = value CONST SHARED identifier IN "[" min,max) = value CONST SHARED identifier IN (min,max "]" = value CONST SHARED identifier IN "[" min,max "]"" = value
CONST SHARED x = 42 POSITIVE CONST SHARED y = -42: ' this raises an error! CONST SHARED width IN (0,320] = 128
See also the following example files:
C#Sr
If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!