Difference between revisions of "Smc"

From Wiki
Jump to: navigation, search
(See Also: fixed links & put in table)
Line 1: Line 1:
__NOTOC__
+
{{header|Constant|ro|A constant that represents ''semi-colon'' character.
== #smc ==
+
'''Constant System Variables'''
+
=== Description ===
+
{{ro}}
+
 
+
A constant that represents ''semi-colon'' character.
+
  
 
The constant <tt>#smc</tt> is used to assign or compare a variable or an expression with the ''semi-colon'' character.
 
The constant <tt>#smc</tt> is used to assign or compare a variable or an expression with the ''semi-colon'' character.
  
This is required because the semi-colon character ';' is used for inline comments.
+
This is required because the semi-colon character ';' is used for inline comments.}}
 
==== Example ====
 
==== Example ====
 
<pre>set %charInfo #charName , #smc , #charGhost
 
<pre>set %charInfo #charName , #smc , #charGhost
Line 16: Line 10:
 
menu show
 
menu show
 
</pre>
 
</pre>
==== See Also ====
+
{{footer}}
{|
+
| Width=200px | [[Var_spc|&#0035;spc]] || Width=200px | [[Var_dot|&#0035;dot]]
+
|}
+
----
+
[[Documentation]]
+

Revision as of 12:46, 26 August 2005

A constant that represents semi-colon character.

The constant #smc is used to assign or compare a variable or an expression with the semi-colon character.

This is required because the semi-colon character ';' is used for inline comments.

Example

set %charInfo #charName , #smc , #charGhost
menu window size 100 100
menu window title %charInfo
menu show

See also

Main Page Documentation