Known Issues
General
Occasionally, an applet will crash with a "field overlocked" message.
Compiler
No error checking is done to detect whether or not a variable is an array. Thus, the following code gives no error:
int single, numarray[10]; ... numarray = 10; single[0] = 9