Hello world/Text: Difference between revisions

Content added Content deleted
Line 696: Line 696:
{{works with|Chipmunk Basic}}
{{works with|Chipmunk Basic}}
{{works with|Commodore BASIC}}
{{works with|Commodore BASIC}}
{{works with|CZX Spectrum Basic}}
{{works with|GW-BASIC}}
{{works with|GW-BASIC}}
{{works with|IS-BASIC}}
{{works with|IS-BASIC}}
Line 705: Line 704:
{{works with|MSX BASIC}}
{{works with|MSX BASIC}}
{{works with|QBasic}}
{{works with|QBasic}}
{{works with|Quite BASIC}}
{{works with|Run BASIC}}
{{works with|Run BASIC}}
{{works with|Tiny BASIC}}
{{works with|Tiny BASIC}}
{{works with|ZX Spectrum Basic}}
<syntaxhighlight lang="qbasic">10 print "Hello world!"</syntaxhighlight>
<syntaxhighlight lang="qbasic">10 print "Hello world!"</syntaxhighlight>


Line 714: Line 715:
{{works with|BaCon}} [[Category:BaCon]]
{{works with|BaCon}} [[Category:BaCon]]
{{works with|BASIC256}}
{{works with|BASIC256}}
{{works with|FreeBASIC}}
{{works with|IS-BASIC}}
{{works with|M2000 Interpreter}}
{{works with|M2000 Interpreter}}
{{works with|QBasic}}
{{works with|QBasic}}
{{works with|QB64}}
{{works with|Script Basic}}
{{works with|Script Basic}}
{{works with|SmallBASIC}}
{{works with|Yabasic}}
{{works with|Yabasic}}
<syntaxhighlight lang="qbasic">PRINT "Hello world!"</syntaxhighlight>
<syntaxhighlight lang="qbasic">PRINT "Hello world!"</syntaxhighlight>