Interactive Active ALGOL 68: Difference between revisions

lang -> syntaxhighlight
(Add sample: Hello, world!)
(lang -> syntaxhighlight)
 
(3 intermediate revisions by 2 users not shown)
Line 10:
|-
||
<syntaxhighlight lang=algol68>print(("Hello, world!",new line))</syntaxhighlight>
||
<syntaxhighlight lang=algol68>main:(
main:(
print(("Hello, world!",new line))
)</syntaxhighlight>
)
||
<syntaxhighlight lang=algol68>*LIB transput
print (("Hello, world!", new line));</syntaxhighlight>
|}
 
==See also==
* Download incremental ALGOL 68 compiler - [http://www.nunan.fsnet.co.uk/algol68/a68mk2.zip]
3,032

edits