Post Reply 
prevent list evaluation
09-28-2015, 04:41 PM
Post: #5
RE: prevent list evaluation
So maybe I answered my own question

make a func
export rust () begin 5959 end;

Then in the cas window type

a := {rust};

then type a which returns 5959
it evaluate rust.

so I defined a general function
export rcl (v) begin v end;

So now rcl (a) returns 5959 as expected
but. rcl('a') returns {rust} as desired

I work with android Prime only for now on my
Galaxy Tab Pro/Note 2
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
prevent list evaluation - ji3m - 09-28-2015, 04:17 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



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