Input/Output:

 

 

Level 1/Argument 1

 

Level 2/Item 1

Level 1/Item 2

 

 

 

 

 

 

 

 

string

 

n

 

 

integer

 

n

 

 

{ list }

 

n

 

 

[ vector ]

 

{ n }

 

 

[[ matrix ]]

 

{ n m}

 

 

'symb'

 

n

 

 

grob

#nwidth

#mheight

 

 

PICT

#nwidth

#mheight

 

 

x_unit

 

n

 

CHR, NUM,

 

 

 

 

See also:

POS, REPL, SUB

 

 

 

 

 

 

 

 

 

SL

Command

 

 

 

Type:

 

 

 

Description:

Shift Left Command: Shift a binary integer one bit to the left.

 

 

The most significant bit is shifted out to the left and lost, while the least significant bit is

 

regenerated as a zero. SL is equivalent to binary multiplication by 2, truncated to the current

 

wordsize.

 

 

 

Access:

BASE LBIT SL

( ´is the left-shift of the Pkey).

 

 

ÃL BIT SL

(Ã is the right-shift of the 3key).

 

Flags: Binary Integer Wordsize (–5 through –10), Binary Integer Base (–11, –12)

Input/Output:

 

 

Level 1/Argument 1

Level 1/Item 1

 

 

 

 

 

 

 

#n1

#n2

 

 

 

 

 

See also:

ASR, SLB, SR, SRB

 

 

 

 

 

 

 

SLB

Command

 

 

Type:

 

 

Description:

Shift Left Byte Command: Shifts a binary integer one byte to the left.

 

 

The most significant byte is shifted out to the left and lost, while the least significant byte is

 

regenerated as zero. SLB is equivalent to binary multiplication by 28 (256) (or executing SL eight

 

times), truncated to the current wordsize.

 

Access:

BASE LBYTE SLB

( ´is the left-shift of the Pkey).

 

ÃL BYTE SLB

(Ã is the right-shift of the 3key).

Flags: Binary Integer Wordsize (–5 through –10), Binary Integer Base (–11, –12)

Input/Output:

Level 1/Argument 1

 

Level 1/Item 1

 

 

 

#n1

#n2

See also: ASR, SL, SR, SRB

SLOPEFIELD

Type: Command

Description: SLOPEFIELD Plot Type Command: Sets the plot type to SLOPEFIELD.

Full Command and Function Reference 3-227