picture

Variables

Can be integers or real numbers; converted on the fly (like Python).

Structure control

if, elif, else, for, while

Operators

+, *, -, /, %, =, <=, >=, not, int

Functions

Can define and call functions.

Arguments & Recursive

Can assign arguments to a function. Functions can be recursive.

Evaluation

Functions can be evaluated like normal expression using a return statement.

Code editor

Cut, Copy & Paste: Ctrl+x, Ctrl+c & Ctrl+v.

Code informations

Show the number of lines and characters, plus the current cursor position (very convenient to track bugs).

Drawing Panel

Graphic output, resizable.

tree