Post Reply 
using diff() in a program
05-10-2016, 09:56 AM
Post: #13
RE: using diff() in a program
There are some citations I found very important.

1)
Cas function calls from home, using fully qualified names or not, have all the parameters defined as ‘do not evaluate’.
->This seems to be the main subject to change in the latest update. You need to EVAL() the local variable for the call. Otherwise it is just the name that is used. That is where EVAL() and QUOTE() come in.

2)
This is solved by allowing you to use strings as parameters for the CAS. These strings will be parsed at the time of the CAS function call.
->As usual I would say

3 -(local variables)
These are temporary and local to this specific call of the function.
->Something that personally I was not aware of. My intuition dictated that a local variable would be passed by value, but it seems that a local variable is indeed invisible outside the function.

Please correct me if I am talking nonsense. i don't want to baffle people but sometimes the view of a different person can be enlightening.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
using diff() in a program - hpfx - 05-08-2016, 09:18 AM
RE: using diff() in a program - roadrunner - 05-08-2016, 11:15 AM
RE: using diff() in a program - jrozsas - 05-08-2016, 01:13 PM
RE: using diff() in a program - roadrunner - 05-08-2016, 11:56 PM
RE: using diff() in a program - jrozsas - 05-09-2016, 12:52 PM
RE: using diff() in a program - informach - 05-08-2016, 02:13 PM
RE: using diff() in a program - DrD - 05-08-2016, 03:03 PM
RE: using diff() in a program - hpfx - 05-08-2016, 08:47 PM
RE: using diff() in a program - DrD - 05-08-2016, 09:46 PM
RE: using diff() in a program - informach - 05-09-2016, 12:14 AM
RE: using diff() in a program - roadrunner - 05-09-2016, 01:05 PM
RE: using diff() in a program - leprechaun - 05-10-2016 09:56 AM



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