Random coding engine. Still working on it. current commands: print(str or var(variable name)) allows you to print something to the console. createvar(variable name) creates a variable var(variable name)=(str) sets variable to a str
working on operations and if else statements.