Post Reply 
Little explorations with HP calculators (no Prime)
03-18-2018, 12:27 PM
Post: #281
RE: Little explorations with HP calculators (no Prime)
(03-18-2018 12:14 PM)3298 Wrote:  Sounds quite similar to the function slots on the Casios so far, though I'd like to know if the TIs' # operator is as crippled as the Casios' functions, i.e. can it be used to call full-blown programs with loops and all the fancy things, or does it only permit a single value-returning command?

Indeed you can. Assuming you have one such full-blown program with loops and all the fancy things called fancyprg() then you can invoke it indirectly:

Code:
"fancyprg"->s
#s()

You can also use multiple levels of indirection:

Code:
"fancyprg"->s1
"s1"->s2
#(#s2)()
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Little explorations with HP calculators (no Prime) - grsbanks - 03-18-2018 12:27 PM



User(s) browsing this thread: 3 Guest(s)