7:02 28/06/2011 Fix assign operator for quads and float types: if f :=42 then ...
08:45 28/06/2011 Allow first term number to string autoconversion: print 1 " m/s"
11:28 28/06/2011 Fix attribute : typeof(string) (disambiguation from string() function)
12:36 28/06/2011 Fix Power autoconversion: a=b^c
14:15 28/06/2011 Relax need for brackets around named params: fun a=6, b=7
14:52 28/06/2011 Allow simple function calls to be delimited by commas: main funA,FunB, FunC
21:57 28/06/2011 Revoke implicit comments ===== ------
23:11 28/06/2011 Fix static array elements
00:02 29/06/2011 Fix Himac closing bracket