Category:QB64: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 5:
QB64 implements most QBasic statements, and can run many QBasic programs, including [[Microsoft]]'s "Gorillas" and "Nibbles" QBasic games. Furthermore, QB64 has been designed to contain an [[IDE]] resembling the QBASIC IDE. QB64 also extends the QBasic programming language to include 64-bit data types, as well as better sound and graphics support.
 
QB64's syntax is designed to be completely backwards compatible with QuickBASIC. Line numbers are not required, and statements are terminated by newlines or by colons (:).
As far as Rosetta Code is concerned, ''in general'', if an example is marked as working with QBasic, it ''probably'' works in QB64.
 
An example Hello, World program is:
 
PRINT "Hello, World!"
 
 
==See also==
Anonymous user