News
05-Aug-2010
-
support for interrupts (DLI and VBI)
-
assigning addresses to variables
-
string may be assigned to array element (printing into string)
02-Aug-2010
-
procedures can return values and be called from expressions
-
multiple return values from procedures
-
local scope in FOR, PROC
-
fixed identifier scope for arrays
-
improved TETRIS example
20-Jul-2010
-
2-dimensional arrays
-
array initialization
-
n TIMES i initializator
-
TETRIS example
-
procedure arguments
28-Apr-2010
-
FOR i WHERE cond loops
-
fixed procedure calls
-
GOTO variable