prevent list evaluation
|
09-28-2015, 04:17 AM
(This post was last modified: 09-28-2015 04:18 AM by ji3m.)
Post: #1
|
|||
|
|||
prevent list evaluation
Is there any way to prevent a list from being evaluated when copied.?
e.g. fun1() and fun2() are compiled pgms. then a := { QUOTE (fun1),QUOTE (fun2) }; results in a:= {fun1,fun2} unevaluated. good so far. I use a as a function vector table. But then b := a; evaluates fun1 and fun2 I guess what i want is b := rcl (a) or something that just retrieves the value of a. I would like to prevent such evaluation while mechanically manipulating such lists. I work with android Prime only for now on my Galaxy Tab Pro/Note 2 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
prevent list evaluation - ji3m - 09-28-2015 04:17 AM
RE: prevent list evaluation - cyrille de brébisson - 09-28-2015, 05:32 AM
RE: prevent list evaluation - ji3m - 09-28-2015, 11:50 AM
RE: prevent list evaluation - ji3m - 09-28-2015, 03:31 PM
RE: prevent list evaluation - ji3m - 09-28-2015, 04:41 PM
RE: prevent list evaluation - xset - 09-28-2015, 07:40 PM
RE: prevent list evaluation - ji3m - 09-28-2015, 08:16 PM
RE: prevent list evaluation - cyrille de brébisson - 09-29-2015, 06:25 AM
|
User(s) browsing this thread: 1 Guest(s)