Specifications

Command Summary - 4
Command Syntax Purpose
PRINT$ PRINT$ char [,char] Prints string of characters
PULSE n=PULSE(m) Returns time from pulsed output
PULSE n,m Pulses an output bit
READ READ variable Reads DATA statement values
REMARK ' Allows program comments
RENUM RENUM [newline] . . Renumbers program lines
RESTORE RESTORE [line] Resets read pointer
RESUME RESUME Continues program execution
RESUME line RESUME line Continues program execution
RESUME NEXT RESUME NEXT Continues program execution
RESUME COUNT RESUME COUNT m Reenables software counter
RETURN RETURN Resumes execution after GOSUB
RETURN ITR RETURN ITR Resumes execution after interrupt
RIGHT$ n$=RIGHT$(m$,p) Returns right–most p char of m$
RND n=RND(m) Returns pseudo–random number
RUN RUN [line] Begins program execution
SAVE SAVE n Saves programor data to memory device
SGN n=SGN(m) Returns the sign of m
SIN n=SIN(m) Calculates sine function
SQR x=SQR(m) Returns square root
START BIT START BIT task number Enables a BIT task
START COUNT START COUNT n Activates software counter(s)
START INP START INP n Activates port checking task
STOP STOP Terminates program execution
STOP BIT STOP BIT task number Disables BIT task
STOP COUNT STOP COUNT n Deactivates software counter(s)
STOP INP STOP INP n Deactivates port checking task
STR$ n$=STR$(m) Converts m to a string n$
SYS a=SYS(n) Accesses system data
TAB PRINT TAB(m) Tabs to position m
TAN n=TAN(n) Returns the tangent indirectly
TICK a=TICK(n) Return time from 12 hour clock