Hello world/Newline omission: Difference between revisions

Content deleted Content added
Line 23:
 
<lang sh>echo -n "Goodbye World!" # This may not work
printf "Goodbye World!" # This works. newline is not automatically produced</lang>
 
=={{header|ZX Spectrum Basic}}==