Post Reply 
Walkthrough of an RPL program for an RPN programmer
08-19-2018, 07:02 PM
Post: #15
RE: Walkthrough of an RPL program for an RPN programmer
(08-19-2018 06:31 PM)DavidM Wrote:  "→" also has overloaded functionality.
In particular, it will execute either a program object («...») or an algebraic object ('...') with the provided locals.

Wait a second.

Expression -> x y z << ... >>, the overloaded symbol were ->, not << ... >> ?

<< ... >> still means code object, execution delayed until the locals are setup.

Now it make sense.

Otherwise, we created the locals before opening the scope, which make no sense.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Walkthrough of an RPL program for an RPN programmer - Albert Chan - 08-19-2018 07:02 PM



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