R
Riverside Software
Guest
On top of Lars comment about "Autoclosing opened blocks at the end of a file -> Compile error missing END", I've found this code recently : define public property Height as int get (): return 0. end set. /* Should be end get */ Was surprised to see that it compiles without any problem, but still something which shouldn't be accepted by the compiler.
Continue reading...
Continue reading...