-
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 world
prtl: display a string and going to the next line.
ex: prtl hello world
!!!IMPORTANT!!!: remember to put an underscore(_) in between word to print a space
prttype: display a variable value directly by writing the name.
ex: prttype var_name
type.list: displays the variable types.
type.list
inputtype.list: 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: 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 world
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 world
cif & cels: theese are the conditions we start with cif
and we end with ed
if you want put this other condition cels
and end it with ed
ex: cif 1 eql 1 cels 1 neql 2
funt: with this command you can create a function were you put some commands, choose the number of commands, and execute the output of the function with the cal
command
ex: funt name 1..cal name hello
ext: exit from the console.
ext