Hello world/Text: Difference between revisions

no edit summary
m (→‎{{header|Pointless}}: Used the wrong function, sorry)
imported>Rowsety Moid
No edit summary
Line 186:
<syntaxhighlight lang="lisp">(cw "Hello world!~%")</syntaxhighlight>
 
=={{header|Acornsoft Lisp}}==
<syntaxhighlight lang="lisp">(printc 'Hello! world!!)</syntaxhighlight>
 
=={{header|Action!}}==
Anonymous user