Hello world/Newline omission: Difference between revisions

Content deleted Content added
Mmphosis (talk | contribs)
BASIC | Applesoft BASIC
Kazinator (talk | contribs)
→‎{{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}}==