I agree with jdarling (obviously :roll: ) so there are 2 votes against GOTO and 1 vote to restore it. It may change in the future.

I started to create an "Encoder". But I've find a problem. The parser and the scanner were created using Coco/R and this application generates old Turbo Pascal code without classes and objects, both parser and scanner uses a bunch of global variables to store the current status of the compilation. The problem comes with the "USES" clause. May be creating a way to save all these global variables, restart the compilation with the new UNIT and when that compilation finishes restore the old status and continue. Anyway I don't worry if version 1.0 doesn't support multiple units and the default library would be hard-coded in some way.

I tell this to you if somebody is interested. May be I should use Sourceforge's news as blog or create one.