Texas Instruments TI-86 Manual Book page 312

Graphing calculator
Hide thumbs Also See for TI-86:
Table of Contents

Advertisement

300
Chapter 20: A to Z Function and Instruction Reference
getKy
‡ program editor
I/O menu
Goto
‡ program editor
CTL menu
>
Greater than:
TEST menu
getKy
Returns the key code for the last key pressed. If no key
has been pressed,
getKy
key code diagram in Chapter 16.
Goto
label
Transfers (branches) program control to the label
specified by an existing
numberB or
numberA
>
Tests whether the condition is true or false. The
arguments must be real numbers.
If true (numberA > numberB), returns
If false (numberA  numberB), returns
returns
0
. Refer to the TI-86
Lbl
instruction.
(
expressionA
) > (
expressionB
1
.
0
.
Program:
PROGRAM:CODES
:Lbl TOP
:getKy¶KEY
:While KEY==0
: getKy¶KEY
:End
:Disp KEY
:Goto TOP
To break the program, press ^ and then *.
Program segment:
©
:0¶TEMP:1¶J
:Lbl TOP
:TEMP+J¶TEMP
:If J<10
:Then
: J+1¶J
: Goto TOP
:End
:Disp TEMP
©
2>0 b
)
88>123 b
5 b
L
L
5>
(20¹5/2)>(18¹2) b
1
0
0
1

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-86 - viewscreen calculator

Table of Contents