Hello world/Newline omission: Difference between revisions

Content added Content deleted
No edit summary
(Added Microsoft Small Basic implementation)
Line 858: Line 858:
=={{header|MATLAB}} / {{header|Octave}}==
=={{header|MATLAB}} / {{header|Octave}}==
<syntaxhighlight lang="matlab"> fprintf('Goodbye, World!');</syntaxhighlight>
<syntaxhighlight lang="matlab"> fprintf('Goodbye, World!');</syntaxhighlight>

=={{header|Microsoft Small Basic}}==
<syntaxhighlight lang="smallbasic">TextWindow.Write("Goodbye, World!")</syntaxhighlight>
{{out}}
<pre>Goodbye, World!Press any key to continue...</pre>


=={{header|min}}==
=={{header|min}}==