print(string or value) create variables: var variableName change value of variable: variableName += 5 variableName -= 5 Branch if: first use get(variableName) branch if bigger than: bbt(Value,line) branch if smaller than: bst(Value,line) branch if equal to: be(Value,line) branch if not equal to: bne(Value,line) that's it so far! :) V0.25: added arrays here's how to define them: var arr = 6,9,8,4,2 note that including [] will crash the array! var i = 0; i += 1; var element = arr[i] print(element) get(i) bne(6,3); V0.30: added support for variables inside functions such as wait, print and ALL branching functions! V0.30a: Huge Update: now arrays fully work that means: changing one element of an array getting an array's element arrays now can contain other arrays as parameters compiling also had a huge update which added: now able to use ) or ( as a string character
Note: i made a major update which adds mathematical expressions made by @Paddle2see this does run really slow so try turbowarp: https://turbowarp.org/469207419 Please give credit if you use this or take code from it! all credits to me for the coding and sprites! recreation of my failed project from 6 months ago Contact: DarK#9688 have a good day!