Difference between revisions of "Dot"
From Wiki
(→See Also: fixed links & put in table) |
|||
| Line 1: | Line 1: | ||
| − | + | {{header|Constant|ro|A constant that represents a dot character. | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | {{ro | + | |
| − | + | ||
| − | A constant that represents a dot character. | + | |
The constant <tt>#dot</tt> is used to assign or compare a variable or an expression with the dot character. | The constant <tt>#dot</tt> is used to assign or compare a variable or an expression with the dot character. | ||
| − | This is required because the dot character is used as an operator. | + | This is required because the dot character is used as an operator.}} |
| + | |||
==== Example ==== | ==== Example ==== | ||
<pre>display ok This is the proper way to use dot:$ 125 , #dot , 25</pre> | <pre>display ok This is the proper way to use dot:$ 125 , #dot , 25</pre> | ||
| − | + | ||
| − | { | + | {{footer}} |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Revision as of 11:44, 26 August 2005
| ⇒ | A constant that represents a dot character.
The constant #dot is used to assign or compare a variable or an expression with the dot character. This is required because the dot character is used as an operator. |
Example
display ok This is the proper way to use dot:$ 125 , #dot , 25
See also
| Main Page | Documentation |