82
4-8
Using a
PB-100
Program
Programs prepared for the PB-100, PB-300, FX-700P and FX-802P can be
utilized with this computer.
This computer
is
provided with more commands than them; its utilization
is
more convenient.
The
BASIC language used
by
this computer
is
almost the same
as
that
used by
the above computers.
• Different Points
• Additional Commands
PASS (Program
protection)
BEEP (Buzzer sound)
READ (Reads data from a DATA statement)
DATA (Writes data)
RESTORE (Specifies data
to
be read)
ON~
GOTO (Indirect specification
of
a GOTO statement)
ON~
GOSUB (Indirect specification
of
a GOSUB statement)
REM
(Comment statement)
DIM
(Array declaration)
ERASE
(Clears array)
LIST
V (Confirmation
of
array variable)
LIST#
(Lists memo
data
in the DATA BANK)
LOAD#
(Loads memo data in the DAT A BANK)
SAVE#(Stores memo data in the DATA BANK)
NEW# (Erases memo data in the DATA BANK)
RESTORE# (Searches memo data in the DATA BANK)
READ#(Reads
memo data
in
the DATA BANK)
WRITE#(Writes memo data in the DATA BANK)
• Additional Functions
DEG
(Sexagesimal-+ decimal conversion)
DMS$
(Decimal-+ sexagesimal conversion)
SIR$
(Converts a numeric value
to
a character string)
&H
(Hexadecimal-+ decimal conversion)
HEX$
(Decimal-+ hexadecimal conversion)