* Variables and string constants can now be created as arrays.
* Arguments passed to a function are now accessed through an array on constants.
* Added while loops for iterations that may happen 0 times.
* Changed syntax for passing arguments to a function to allow function calls to be processed as a single expression.
* Added return command to return any integer value from a function.
* A function call can now be used wherever a value is expected.
* Console JACL interpreter now executes +top function before each of the players commands is executed (equivalent to +header in cgijacl)
* Players output is flushed to screen by console JACL interpreter before command prompt is displayed.
* [MORE] prompt now terminates on Control-C.