Some commands: add(name,value) create a variable ex: add(yes,ab22) change(name,value) change the value from a variable ex: change(yes,bc) delete(name) delete a variable ex: delete(yes) Variables shows all variables on output print(name) shows the value of a variable in output ex: print(yes) clear output clears output
Save codes comming soon... 100% made by me.