Interactive Active ALGOL 68: Difference between revisions

lang -> syntaxhighlight
m (* Download - [http://www.nunan.fsnet.co.uk/algol68/a68mk2.zip])
 
(lang -> syntaxhighlight)
 
(4 intermediate revisions by 2 users not shown)
Line 1:
{{implementation|ALGOL 68}}{{stub}}
==Sample==
With [[Interactive Active ALGOL 68]] it may be necessary to include
appropriate "job cards" or precludes in order for the programs to
compile successfully. Example:
{|border="1" style="border-collapse: collapse; border: 5px double grey;" align="center"
|| Brief Algol68
|| Algol68 as in rosettacode
|| Actual Interactive Active ALGOL 68 code
|-
||
<syntaxhighlight lang=algol68>print(("Hello, world!",new line))</syntaxhighlight>
||
<syntaxhighlight lang=algol68>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