Rutgers ALGOL 68

From Rosetta Code
Rutgers ALGOL 68 is an implementation of ALGOL 68. Other implementations of ALGOL 68.
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

2000: Interpretor / Linux&DOS / Rutgers University

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


Lexical style

Rutgers ALGOL 68 is case-sensitive and uses quote-stropping. The standard bold-words are in lower case, e.g.: <lang algol68>'begin'

   print( ( "Hello, World!", newline ) )

'end'</lang>