User Guide

48 Commands and Functions Listing
LabelOff
Turns off axes labels.
LabelOff
LabelOn
LabelOn
Turns on axes labels.
y .
LabelOn
Lbl
Lbl label
Creates a label of one or two characters.
¼
CTL
9:Lbl
lcm(
lcm(valueA,valueB)
Returns the least common multiple of valueA and valueB, which can
be real numbers or lists.
»
NUM
8:lcm(
length(
length(string)
Returns the number of characters in string.
y
N
length(
Line(
Line(X1,Y1,X2,Y2[,erase#,color#,linestyle#])
Draws a line from (X1,Y1) to (X2,Y2) with the following options:
erase#:1,0, color#:10-24, and line style#:1-4.
y <
DRAW
2:Line(
Line(
Line(X1,Y1,X2,Y2,0[,line#])
Erases a line (erase#:1,0) from (X1,Y1) to (X2,Y2).
y <
DRAW
2:Line(