|
CreateVar (type) (name) [value] |
|
Written by eaxs
|
|
Monday, 24 August 2009 21:23 |
Description Create a new variable of the given type, name and value Syntax
CreateVar <type> <name> [value] Example Create an integer type of variable Create a string type of variable CreateVar string test hello Create a boolean type of variable Create a floating point type of variable
|