Click 'See inside' and modify the script Click the green flag to run
Just an epic interpreter Documentation: String Literal: "[text]" Get Variable: $[var] set [var] [value] Sets the variable to a value. wait [sec] Waits for specified seconds. print [text...] Prints the text. Multiple arguments are joined. input [var] [text] Gets user input and stores in variable. clear Clears the output. goto [line] Goes to the line. goif [line] [bool] If bool is true, goes to the line. eq [var] [a] [b] Checks if a is equal to b. lt [var] [a] [b] Checks if a is less than b. gt [var] [a] [b] Checks if a is greater than b. add, sub, mul, div, mod [var] [a] [b] Arithmetic functions.