Difference between revisions of "Template:Constant"
From Wiki
(→Constants) |
|||
Line 1: | Line 1: | ||
− | === | + | === Constant === |
*Constant system variables represent characters that are used as tokens within the EasyUO language itself, or characters that would not normally be parsed properly by EasyUO. | *Constant system variables represent characters that are used as tokens within the EasyUO language itself, or characters that would not normally be parsed properly by EasyUO. | ||
{| | {| |
Latest revision as of 09:18, 13 September 2007
Constant
- Constant system variables represent characters that are used as tokens within the EasyUO language itself, or characters that would not normally be parsed properly by EasyUO.
#dot | ⇒ | A constant that represents the dot character |
#false | ⇒ | A constant that represents boolean false |
#smc | ⇒ | A constant that represents the semicolon character |
#spc | ⇒ | A constant that represents the space character |
#true | ⇒ | A constant that represents boolean true |