Interactive Active ALGOL 68: Difference between revisions

m
→‎Sample: Use highlighting
m (→‎Sample: typo)
m (→‎Sample: Use highlighting)
Line 10:
|-
||
<lang algol68>print(("Hello, world!",new line))</lang>
||
<lang algol68>main:(
print(("Hello, world!",new line))
)</lang>
||
<lang algol68>*LIB transput
print (("Hello, world!", new line))</lang>
|}
 
Anonymous user