The RUN command is used to execute the program currently in memory.
Syntax
RUN (line number)
RUN (file name)
Where ,
Line number : line number to be run.
File name : name of file to be run.
- runs program currently in memory.
- if line number is specified, execution begins on that line.
- RUN file name closes all open files and deletes the current memory contents before loading the specified file from a disk into memory and executing it.
Example 4
RUN (press enter key)
Executes the program currently in memory.
CS 3.3 Display on Screen for RUN command
Ok
RUN
40
Ok
Example 5
RUN BIODATA (press enter key)
Runs the file BIODATA and closes all open files and deletes the current memory contents before loading the file BIODATA fro mthe disk into memory.
No comments:
Post a Comment