Const |
Previous Next |
Const #<Variable> = <Value>
|
Part
|
Description
|
<Variable>
|
Required. This is the variable name.
|
<Argument>
|
Required. This is the value of the constant variable. This value must
be a numerical value.
|
Const #true = 1
If #true Then Print "True!"
|