Difference between revisions of "Dot"

From Wiki
Jump to: navigation, search
 
(#dot)
Line 3: Line 3:
  
  
=== Name ===
+
=== Syntax (read only) ===
 
  #dot
 
  #dot
  
 
=== Description ===
 
=== Description ===
 +
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.
 +
==== See Also ====
 +
[[SMC]]
 +
[[SPC]]
 +
 +
==== Example ====
 +
<pre>display ok This is the proper way to use dot:$ 125 , #dot , 25</pre>

Revision as of 17:17, 6 August 2005

#dot

Constants System Variables


Syntax (read only)

#dot

Description

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.

See Also

SMC SPC

Example

display ok This is the proper way to use dot:$ 125 , #dot , 25