Wednesday, 13 February 2019

How To Install GW BASIC in Window 7/8/10 By Techno Eagle.


Hello Friends!!!



Today I am Going To Show How You Can Download GW BASIC For Window 7/8/10 By Watching My Video And This Post . If You Want GW Basic So Go Below And Read About GW Basic.

GW-BASIC is a variation of the BASIC programming language developed by Microsoft. It was designed for the IBM PC and is similar to the IBM BASICA language, but it is a self-contained executable and unlike other BASIC derived languages; it does not need the ROM BASIC.

Some of the GW-BASIC features include:

  • CLS command for clearing the screen.
  • PRINT USING and LPRINT commands.
  • WHILE-WEND loops.
  • INKEY$ function for reading keystrokes.
  • IN/OUT instructions for I/O.
  • error trapping capabilities.

First used in 1983, Microsoft bundled GW-BASIC with the MS-DOS operating systems on IBM compatible computers. Microsoft also developed and released a BASIC compiler called BASCOM, which was compatible with GW-BASIC.
Some Commands Of GW BASIC
Command
Usage
AUTO
This command is used to automatically generate line numbers
CLS
This command is used to clear the screen
NEW
This command is used to clear the Memory.
SAVE
This command is used to save the program on disk.
LIST
This command is used to list all or part of the program currently in memory.
LOAD
This command is used to load a program file from disk into main memory.
FILES
This command is used to display the list of files from specified drive.
RUN
This command is used to execute the program currently in memory.
EDIT
This command is used to edit a specified program line  currently in memory
DELETE
This command is used to delete a specified program line in current memory.
RENUM
This command is used to renumber the program lines  in RAM.
KILL
This command is used to delete a program from disk.
SYSTEM
This command is used to exit from GW-BASIC and return to operating system.
LLIST
This command is used to list all or part of the program currently in the memory  to the printer.

GW BASIC DIRECT DOWNLOAD LINK:




No comments:

Post a Comment