⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{implementation|ALGOL 68}}{{stub}} === 2000: Interpretor / Linux&DOS / Rutgers University ===

Not all the exotic features are implemented. In particular there are no semaphores, formats and parallel-clauses.

  • Licence => http://www.renyi.hu/~csirmaz/algol-68/linux/readme - noncommercial
  • Tar ball => http://www.renyi.hu/~csirmaz/algol-68
  • Laci Csirmaz, DIMACS at Rutgers, 1990; CEU, Hungary, 2000

Lexical style

Rutgers ALGOL 68 is case-sensitive and uses quote-stropping. The standard bold-words are in lower case, e.g.:

'begin'
    print( ( "Hello, World!", newline ) )
'end'