Sharp OZ-707 Operation Manual - Page 57

ab~rev~ated

Page 57 highlights

[ 1 ( ) " " The parameter in square brackets is optional. The brackets themselves are not part of the command entry. Used to enclose parameter values in certain commands. They should be entered as part of the command. Used to enclose string parameter values in certain commands. A or B can be selected. P D Abbreviation Program execution is possibl~. Direct input operation is posSible. Most of the commands can be ab~rev~ated: . The shortest abbreviation allowed IS given In thiS manual. Example: Abbreviation: P. (for PRINT) . The following abbreviations are also vahd: PR. PRI. PRIN. 102 ARUN p FORMAT: ARUN [{line number}] *Iabel Abbreviation: AR. See Also: AUTOGOTO, RUN PURPOSE: Starts a program automatically when the power is turned on and the RUN mode is specified. REMARKS: Include ARUN as the first program statement (in the first line of the program) to start the program as soon as the power is turned on. This has the same effect as if a RUN command had been entered from the keyboard. If the power is turned off in the CARD mode, the Card will be in the RUN mode when the power is turned on again, and the program will be executed automatically. *Iabel must be the first statement of a line within the program, and must consist of alphanumeric characters or symbols. Turning the power on after it has been turned off by the Auto OFF function will not execute the program automatically. ARUN is similar to AUTOGOTO except that all variables and arrays other than fixed variables are cleared before program execution. EXAMPLE: 5: ARUN 10: CLS:WAIT 100 20: PRINT "WELCOME TO THE WORLD OF" 30: PRINT "THE CARD" 40: PRINT "YOU HAVE";FREO;" BYTES FREE" 50: END The program runs automatically when the power is turned on. 103

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128

[ 1
( )
"
"
P
D
Abbreviation
The parameter in square brackets is optional. The
brackets themselves are not part of the command
entry.
Used to enclose parameter values in certain
commands. They should
be
entered as part
of
the
command.
Used to enclose string parameter values in certain
commands.
A or B can
be
selected.
Program execution is
possibl~.
Direct input operation is posSible.
Most of the commands can be
ab~rev~ated:
.
The shortest abbreviation allowed
IS
given
In
thiS
manual.
Example:
Abbreviation:
P.
(for PRINT)
.
The following abbreviations are also vahd:
PR.
PRI. PRIN.
102
ARUN
FORMAT:
ARUN
[{line
number}]
*Iabel
Abbreviation:
AR.
See
Also:
AUTOGOTO, RUN
PURPOSE:
Starts a program automatically when the power
is
turned
on
and the
RUN mode is specified.
REMARKS:
Include ARUN as the first program statement (in the first line of the
program) to start the program as soon as the power is turned
on.
This
has the same effect as if a
RUN
command had been entered from the
keyboard.
If the power
is
turned off
in
the CARD mode, the Card will
be
in
the
RUN mode when the power
is
turned on again, and the program will
be executed automatically.
*Iabel must
be
the first statement of a line within the program, and
must consist of alphanumeric characters or symbols.
Turning the power on after it has been turned off by
the
Auto
OFF
function will not execute the program automatically.
ARUN is similar to AUTOGOTO except that all variables
and
arrays
other than fixed variables are cleared before program execution.
EXAMPLE:
5: ARUN
10:
CLS:WAIT 100
20: PRINT "WELCOME
TO
THE
WORLD OF"
30: PRINT "THE CARD"
40: PRINT "YOU HAVE";FREO;" BYTES FREE"
50: END
T
he
program
runs
automatically
when
the
power
is
turned
on.
103
p