Hello world/Newline omission: Difference between revisions

→‎{{header|TXR}}: Correct message.
(BASIC | Applesoft BASIC)
(→‎{{header|TXR}}: Correct message.)
Line 651:
 
=={{header|TXR}}==
{{incorrect|TXR|output isn't consistent with the task's requirements: wording, capitalization.}}
Possible using access to standard output stream via TXR Lisp:
<lang bash>$txr -c '@(do (format t "HelloGoodbye, world!"))'
HelloGoodbye, world!$</lang>
 
=={{header|UNIX Shell}}==
543

edits