QB64 is a modern version of the Basic programming language that allows programs created using Quick Basic 4.5 or Qbasic to run on Windows XP, Vista, 7, 8, 8.1, Linux and Mac OSX. It will work on 32 or 64 bit machines and has many new features such as stereo sound, improved graphics and TCP/IP internet capabilities. QB64 can make fast and reliable programs or games for the entire family!
网址:http://www.qb64.net/wiki/index.php/Main_Page
c = 29
a = c * 6
PRINT "hello", c
PRINT "hello"; a