104 Section 9: Subroutines
Example: Nesting.
value of the expression
as part of a larger calculation in a
larger program. The subroutine calls upon another subroutine (a nested
The program is executed after placing the variables t, z, y, and x into the T-,
Z-, Y-, and X-registers.
adds it to current sum of squares.
End of nested sub-routine; returns
to main subroutine.
If you run the subroutine (with its nested subroutine) alone using x = 4.3,
y = 7.9, z = 1.3, and t = 8.0, the answer you get upon pressing G.4 is
12.1074.