Type commands: YOU NEED A SEMICOLON write(abc); = abc [use a var name to output that var] math(1+4); = 5 [Laggy for some reason] var letter = 5; = 5 [can also use +=, -=, *=, /=] join(hello, world); = hello world
Credit to @griffpatch for his text input. Also credit to @Mole_Gaming for his math evaluator This is a school project, but I might add more for the general public.