Table of Contents

Advertisement

MERGE
Purpose
The MERGE instruction merges the program on the disk to
the program currently on memory.
Fora
MERGE <filename>
Description
(1) <filename> is the filename of the program on the
disk and can be written using the character expression.
This program is merged to the program on memory.
(2) If the program specified by the <file name>
includes the same line number as the program currently
on memory, the line of the program merged from the file
replaces the one on memory.
(3) After the MERGE execution, control returns to
Sanyo basic
mode.
Example
>MERGE"PRGM-A"
3—67

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents