Category:ALGOL 60: Difference between revisions

→‎See also: Link to the Wikipedia Algol 60 page
No edit summary
(→‎See also: Link to the Wikipedia Algol 60 page)
 
(2 intermediate revisions by the same user not shown)
Line 6:
 
Compiling and running Hello World with GNU Marst looks like this:
<syntaxhighlight lang="bash">
<lang bash>marst hello.alg -o hello.c
gcc hello.c -lalgol -lm -o hello
./hello</lang>
</syntaxhighlight>
 
==See also==
*[[wp:ALGOL|ALGOL 60 on Wikipedia]]
*[[wp:ALGOL 60|ALGOL 60 on Wikipedia]]
*[[ALGOL 68]]
*[[ALGOL W]]
*[[Simula]]
3,021

edits