Sha256: 9363957e8604f01767370cac4739edd0ac1ef263e8f6c9e6e3abc27fd98cb21b
Contents?: true
Size: 253 Bytes
Versions: 10
Compression:
Stored size: 253 Bytes
Contents
<syntaxhighlight lang="creative basic"> OPENCONSOLE PRINT"Hello world!" 'This line could be left out. PRINT:PRINT:PRINT"Press any key to end." 'Keep the console from closing right away so the text can be read. DO:UNTIL INKEY$<>"" CLOSECONSOLE END
Version data entries
10 entries across 7 versions & 1 rubygems