Hello world/Newbie: Difference between revisions

Line 1,073:
 
=={{header|Locomotive Basic}}==
Either use CPCBasic, a browser-based CPCLocomotive Basic emulator (httphttps://wwwbenchmarko.cpcboxgithub.comio/CPCBasic/cpcbasic.html) or download
a full CPC emulator binary for your platform.
A list of emulators is available at http://cpcwiki.eu/index.php/Emulators.
JavaCPC (http://sourceforge.net/projects/javacpc/) or WinAPE (http://www.winape.net/) are particularly recommended.
An advantage of native emulators is that they tend to have copy-and-paste functionality, so you can edit programs in external [[Editor|texteditor]]s.
 
In the emulatorCPCBasic, type
<lang locobasic>10 print "Goodbye,Hello World!"</lang>
 
into the text box and click "Run". Output goes to the blue CPC screen below.
<lang locobasic>10 print "Goodbye, World!"
run</lang>
 
=={{header|Lua}}==
Anonymous user