294 Appendix A: Function and Instruction Reference
73A-ENG.DOC AppxA: Function/Instruction Reference, English Julie Hewlett Revised: 07/29/98 1:10 PM Printed:
05/19/99 9:03 AM Page 294 of 36
¨listname
-vOPS
List signifier; precedes all user-created names when
displayed outside of the List editor.
{1,2,3}ܨABC b{1 2 3}
¨ABC b{1 2 3}
LabelOff
LabelOn
-g
WINDOW format settings; turns off or on axes labels.
Lbl label
8CTL
Programming command; gives a name (label) to a
particular location in a program. label can be one or
two text characters.
PROGRAM:LBL
:Lbl 99
:Input A
:If A100
:Stop
:Disp A
:Pause
:Goto 99
lcm(valueA,valueB)
1MATH
Returns the least common multiple (the smallest
number that the two values can divide into evenly) of
two positive whole numbers or lists of positive whole
numbers.
If both arguments are lists, they must have the same
number of elements. If one argument is a list and the
other a non-list, the non-list is paired with each
element of the list, and a list is returned.
lcm(10,6)
b30
Line(X,Y ,X ,Y [,0])
2DRAW
Draws a line from point (X,Y) to (X,Y).
Including the argument, 0, after the X and Y
coordinates erases a line from (X,Y) to (X,Y).
Select ZStandard and return to
the Home screen.
Line(0,0,6,9)
b
Return to the Home screen.
Line(2,3,4,6,0)
b