3-162 Full Command and Function Reference
The action of SEQ for arbitrary inputs can be predicted exactly from this equivalent program.
x
start
x
end
FOR index obj
exec
EVAL x
incr
STEP n → LIST
where n is the number of new objects left on the stack by the FOR … STEP loop. Notice that
index becomes a local variable regardless of its original type.
Access: !° LIST PROCEDURES LSEQ ( °is the left-shift of the Nkey).
Input/Output:
L
5
/A
1
L
4
/A
2
L
3
/A
3
L
2
/A
4
L
1
/A
5
L
i
/I
1
obj
exec
index x
start
x
end
x
ι
ncr
→
{ list }
L = Level; A = Argument; I = item
See also: DOSUBS, STREAM
SERIES
CAS: Compute Taylor series, asymptotic development and limits of a given function.
SERVER
Type: Command
Description: Server Mode Command: Selects Kermit Server mode.
A Kermit server (a Kermit device in Server mode) passively processes requests sent to it by the
local Kermit. The server receives data in response to SEND, transmits data in response to
KGET, terminates Server mode in response to FINISH or LOGOUT, and transmits a directory
listing in response to a generic directory request.
Access: …µ
SERVER
Flags: I/O Device flag (-33), I/O Data Format (-35), RECV Overwrite (-36), I/O Messages (-39)
Input/Output: None
See also: BAUD, CKSM, FINISH, KERRM, KGET, PARITY, PKT, RECN, RECV, SEND, TRANSIO
SEVAL
CAS: Simplify a given expression, except at the highest level, and replace variables with their values.
SF
Type: Command
Description: Set Flag Command: Sets a specified user or system flag.
User flags are numbered 1 through 128. System flags are numbered –1 through –128. See
Appendix C for a listing of system flags and their flag numbers.
Access: !°
TEST LLSF ( °is the left-shift of the Nkey).
Input/Output:
Level 1/Argument 1 Level 1/Item 1
n
flagnumber
→
See also: CF, FC?, FC?C, FS?, FS?C
SHOW
Type: Command
Description: Show Variable Command: Returns symb
2
, which is equivalent to symb
1
except that all implicit
references to a variable name are made explicit. If the level 1 argument is a list, SHOW evaluates
all global variables in symb
1
not contained in the list.
Access: …µ
SHOW
Flags: Numerical Results (-3)