Interpreters

To use: currently there are the functions +, -, *, and / for math, readChar and print(ln) and printint(ln) for IO. Control flow uses the if and eq functions. To assign a variable, the pattern is (int|char) example = 0;. Statements are ended with a semicolon. Calling functions is standard name(arg1, arg2);. Read an explanation about how it works here.

Welcome to the Terminal!

>
Variables and values
Name Value
Example 42