GW Basic was invented by Dr James G Kemeny And Thomas E kurtz :) in Dart mouth College New Hamshair USA
Difference between QBASIC and GWBASIC?
George Washington Basic
difference between command and statement
just type "chikosalovakia" on gw basic .......................it will give you all instructions............it is a special code.................
10 input "enter a no."; n 20 for i = 1 to n 30 if n mod i = 0 then c = c +1 40 next i 50 if c = 2 then print "prime number" else print "not a prime number" 60 end
Difference between QBASIC and GWBASIC?
Not sure what you are trying to do. GWBasic is a programming language; Excel is a spreadsheet. If you like, just copy data from Excel to your GWBasic editing program and reformat, as needed.
George Washington Basic
Check out the resources below.
difference between command and statement
GW-BASIC stand for Gee- Wiza Buisness All Symbolic Instruction Code.
10 cls 20 end 30 next 40 print
10 cls 20 screen 2 30 line (70,80)- (190,170),,b 40 end
Save the file with file name in double quotes comma A for ASCII. Example: SAVE "myfile.bas",A
just type "chikosalovakia" on gw basic .......................it will give you all instructions............it is a special code.................
The GWBASIC comma operator is used to format the output of the PRINT command, placing the value to be printed in the next print zone rather than immediately after the previous value. Note that GWBASIC divides each line into zones of 14 spaces each. The comma operator also has other purposes, such as when filling a string with the same character. For example: 10 X$ = STRING$(10,45) 20 PRINT X$"HELLO WORLD"X$ RUN ----------HELLO WORLD---------- The comma operator is also used to separate the dimensions of a multi-dimensional array, such as the following 2x3 array: A(2,3)
Several theories are in circulation regarding the full form of GWBASIC. According to Greg Whitten (an early Microsoft employee who developed the standards in the company's BASIC compiler line) GWBASIC stands for "Gee-Whiz Beginner's All-purpose Symbolic Instruction Code". One more full form is in circulation and is "Gates-Whitten Beginners All Purpose Symbolic Instruction Code" (because Bill Gates and Greg Whitten were the primary developers of the language). according to other sources,GWBASIC stands for.... ''Graphics Workstation Beginers All popose Symbolic Instruction Code"