The semicolons are like C.
The "PROGRAM" section is like COBOL.
Semicolons were widely used as statement separators in Algol-family languages, but in Easy they seem to be statement terminators, so they are apparently like C rather than like earlier Algol-family languages such as Pascal.
Pascal also had the "program" thing. I'm not sure if earlier Algol languages did?
dukoid•3h ago
Joker_vD•3h ago
You can probably straightforwardly translate it to Golang by running through a C preprocessor with an obvious set of macros.