Data is always sent from a local Kermit, but can be sent either to another local Kermit (which

 

must execute RECV or RECN) or to a server Kermit.

 

 

 

 

 

To rename an object when sending it, include the old and new names in an embedded list.

Access:

…µSEND

 

 

 

 

 

 

Flags:

I/O Device flag (–33), I/O Data Format (–35), I/O Messages (–39), I/O Device for Wire (–78)

 

If flag –35 is clear (ASCII transfer), the translation setting also has an effect.

 

 

Input/Output:

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Level 1/Argument 1

 

 

Level 1/Item 1

 

 

 

 

 

 

 

 

 

 

 

 

 

'name'

 

 

 

 

 

 

 

{ name1 ... namen }

 

 

 

 

 

 

{{ nameold namenew } name ... }

 

 

 

 

 

 

Example 1:

Executing {{ AAA BBB }} SEND sends the variable named AAA but changes its name

 

to BBB.

 

 

 

 

 

 

Example 2:

Executing {{ AAA BBB } CCC } SEND sends AAA as BBB and sends CCC under its

 

own name. (If the new name is not legal on the calculator, just enter it as a string.)

 

 

See also:

BAUD, CLOSEIO, CKSM, FINISH, KERRM, KGET, PARITY, RECN, RECV, SERVER,

 

TRANSIO

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

SEQ

Command

 

 

 

 

 

 

Type:

 

 

 

 

 

 

Description:

Sequential Calculation Command: Returns a list of results generated by repeatedly executing objexec

 

using index over the range xstart to xend, in increments of xincr.

 

 

 

 

objexec is a program or algebraic object that is a function of index. index must be a global or local

 

name. The remaining objects can be anything that will evaluate to real numbers.

 

 

 

The action of SEQ for arbitrary inputs can be predicted exactly from this equivalent program.

 

 

xstart xend FOR index objexec EVAL xincr 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 /A

L /A

L /A

L /A

L /A

 

L/I

 

 

 

 

 

 

 

 

 

 

 

objexec

index

xstart

xend

xincr

{ list }

 

 

 

 

 

 

 

 

 

 

 

L = Level; A = Argument; I = item

 

 

 

 

Example 1:

'n^2' 'n' 1 4 1 returns { 1 4 9 16 }.

 

 

 

Example 2:

« n SQ » 'n' 2 4 1 returns { 4 9 16 }.

 

 

 

See also:

DOSUBS, STREAM

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

SERIES

 

 

 

 

 

 

 

 

Type:

Command

 

 

 

 

 

 

Description:

For a given function, computes Taylor series, asymptotic development and limit at finite or

 

infinite points.

 

 

 

 

 

 

Access: Calculus, PCALC, or Limits and series, LIMITS & SERIES

Input: Level 3/Argument 1: The function f(x)

Level 2/Argument 2: The variable if the limit point is 0, or an equation x = a if the limit point is a. If the function is in terms of the current variable, this can be given as just the value a.

3-220 Full Command and Function Reference