This script: int out[]; out[0][1]=123; produces: Could not start execution. Compile error in assigment at line 4: You cannot assign value of type int to a variable of type i -- The typename is truncated at the end of the message. Eg, I think "file" prints as "fi".