|
Section 12: Subroutines187
|
|
|
|
If you want only the temperature difference or the area, run just those programs
(TEMP of AREA). Run BTU again for a water heater that is 6.2 feet high and has
a radius of 1.1 feet. The room temperature is 66 degrees Fahrenheit and the
temperature of the surface of the water heater is 89 degrees Fahrenheit.
|
|
|
|
Subroutine Limits
|
|
A subroutine can call up another subroutine, and that subroutine can call up yet
another. In fact, you can have up to six subroutine branches before returning to
the first program. Subroutine branching is limited only by the number of
END s or RTN s that can be held
pending by the calculator. Six subroutines can be held pending at any one time in the
HP-41C. The illustration below make this more clear.
|