START

PURPOSE:
Clears the User Data Area and starts the user program running.
STATEMENT SYNTAX:
{stno} START {num1{,num2}}{,filename}{ERR=stno}
where:
num1 and num2 are ignored filename = the name of an SM-32 program which is to be RUN.
EXAMPLE:
0100 START "START",ERR=9000
NOTES:
Executes similar to a NEW statement followed by a RUN statement.
SEE:
NEW and RUN