this is a coding language :D here are all of the commands and syntax: type prt to print something into the output box: example: prt(hello_world) to print a variable, add a forward slash. example: prt(/myvar) to make a variable: type var then the name then = then what it equals example: (myvar)=(1) to do math on variables: mth(var1)+(var2) it will set the first variable to itself + the second one you can also do -, *, and /. and s, which will set it to the second one. if statements: if_(var1)=(var2) the code inside the if then type "end" to break the if example: var(x)=(1) var(y)=(2) var(z)=(1) if_(x)=(y) prt(this is not true) end if_(x)=(z) prt(this is true) end
beta(has print, variables and math) (you can make a .txt file and import it if you dont like the built in text editor) if you want an example of code, the thumbnail is one