Re: Anybody here?
"F. W." <[email protected]> Tue, 31 Aug 2021 09:31:45 +0200
| Newsgroups | alt.comp.lang.pascal |
|---|---|
| Organization | Aioe.org NNTP Server |
| Message-ID | <[email protected]> |
Am 30.08.2021 um 18:22 schrieb David Snowdon: Do you program Pascal? I learned it 1981 - 1983, worked with it until ca. 1992. After that I was forced to use C/C++. Personally I used Modula-2 which I loved for its clearer structure. In Pascal I wrote IF X>2 THEN BEGIN ... END ELSE BEGIN ... END; In Modula-2 I loved IF X>2 THEN ... ELSE ... END; like in C. Did you? FW