Jump to content

Hello world/Newline omission: Difference between revisions

Added Microsoft Small Basic implementation
No edit summary
(Added Microsoft Small Basic implementation)
Line 858:
=={{header|MATLAB}} / {{header|Octave}}==
<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}}==
175

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.