# ToDo * ~~assign to returned values~~ * special cases (like if ... exitWith, waitUntil {...}) * sqf: ... sqf whitespace * ~~solution for build in commands which do not require left values~~ * ~~pretty/minified printing~~ * ~~usage~~ * recursive compiling * concurrent compiling * inline buildin function call -> foo(a)(bar(x)(y)); * ~~negative values e.g. -1, operator !~~