sawickib, 2014-2023
- readwrite - simple i/o processing
- simplecalc - artmetic expressions on integers
- realcalc - artmetic expressions on integer and real numbers
- block - flow control, 'if' statement
- loop - repetitions, simple 'while' loop
- function - simple functions; scopes of variables
- string - partial string type implementation