2013-05-21 02:06:46 UTC
Var cars : array of string[42]
and free pascal compiler compiles it and runs it without any problem but when I send the program to a webpage with an automatic evaluating system that uses the GDB compiler, it cannot compile it and it says:
queue/47760.pas:5: error: syntax error before `of'
queue/47760.pas: In main program:
queue/47760.pas:23: error: undeclared identifier `cars' (first use in this routine)
queue/47760.pas:23: error: (Each undeclared identifier is reported only once
queue/47760.pas:23: error: for each routine it appears in.)