Practical No 1
WRITE A PRORAM TO PRINT YOUR NAME TEN TIMES USING IF-THEN
SOURCE LIST:
Some Commands Of GW BASIC
Command
|
Usage
|
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.
|
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.
|
Download Code In .BAS File:
Download Code Text File:
No comments:
Post a Comment