-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the SimplyScript wiki!
Commands:
hlp: displays all the commans sintax
hlp
prt: display a string without going to the next line.
ex: prt hello
prtl: display a string and going to the next line.
ex: prtl hello
prttype: display a variable value directly by writing the name.
ex: prttype var_name
type.list: [only on the console] displays the variable types.ù
type.list
inputtype.list. [only on console] displays the input types.
inputtype.list
type: choose a variable type a name for the var and the value.
ex: type in name 12
vcm: [only on console] it makes a virtual space for the commands (for exit type 'ext').
vcm
lope: choose a start and a destination (or insert a number and insert another after which the first number will be increased by one), and finally choose a string to repeat.
ex: lope 0 3 hello
lopf: choose a start and a destination (or insert a number and insert another after which the first number will be increased by one but this time you will choose to '++' and 'fe', '++' is the same thing of lope and 'fe' it the same thing of lope but for ever), and finally choose a string to repeat.
ex: lopf 0 3 ++ hello
ext: [only on the console] exit from the console.
ext