Post Reply 
Create function by program and store as variable ?
09-28-2015, 06:36 AM
Post: #11
RE: Create function by program and store as variable ?
Hello,

At this point in time, HPPPL does not let you do lambda functions and the like.

Althrough function are internally objects like expressions and numbers, there are no user way to manipulate them at this point.

One of the issues with functions is: what is a RCL, what is an evaluation?

If func contains a function, does doing func evaluate the function or does it recals it?
it's easy to make the difference when func has some parameters, but much less when it does not (remember empty () are optional in PPL).

One thing that you can do at the moment is programaticaly create a program (Programs("name"):= string) and then use the functions there...

but that is about it.

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Create function by program and store as variable ? - cyrille de brébisson - 09-28-2015 06:36 AM



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