Chapter 16: Programming
445
Menu("
title
","
text1
",
label1
,"
text2
",
label2
,
. . .
)
The program above pauses until you select
1
or
2
. If you select
2
, for example, the menu
disappears and the program continues execution at
Lbl B
.
prgm
prgm
prgm
prgm
Use
prgm
to execute other programs as subroutines. When you select
prgm
, it is pasted
to the cursor location. Enter characters to spell a program
name
. Using
prgm
is equivalent
to selecting existing programs from the
PRGM EXEC
menu; however, it allows you to
enter the name of a program that you have not yet created.
prgm
name
Note:
You cannot directly enter the subroutine name when using
RCL
. You must paste
the name from the
PRGM EXEC
menu.
Return
Return
Return
Return
Return
quits the subroutine and returns execution to the calling program, even if
encountered within nested loops. Any loops are ended. An implied
Return
exists at the
end of any program that is called as a subroutine. Within the main program,
Return
stops
execution and returns to the home screen.
Program
Output
Содержание -84 Plus
Страница 1: ...TI 84 Plus TI 84 Plus Silver Edition Guidebook...
Страница 213: ...Chapter 8 Draw Instructions 210...
Страница 248: ...Chapter 10 Matrices 245 row value matrix rowA rowB...
Страница 332: ...Chapter 12 Statistics 329...
Страница 354: ...Chapter 13 Inferential Statistics and Distributions 351 Ha p1 p2 p1 p2 Input Calculated results Drawn results...
Страница 413: ...Chapter 14 Applications 410...
Страница 427: ...Chapter 15 CATALOG Strings Hyperbolic Functions 424 sinh 1 value cosh 1 value sinh 1 value...
Страница 496: ...Chapter 17 Activities 493 If C A and D B Stop Goto Z Quit if guesses are correct...
Страница 516: ...Chapter 17 Activities 513 At which monthly payment will the principal allocation surpass the interest allocation...
Страница 672: ...Appendix C Service and Warranty Information 669...