Post Reply 
Struggling with CAS programming
09-18-2018, 05:37 AM
Post: #18
RE: Struggling with CAS programming
You can use local declaration with assign, but I don't recommend for 2 reasons:
1/ if you do that for several variables, parenthesis are required because of operator precedence: local (a:=1),(b:=2);
2/ local assign is eval-ed before function arguments are assigned
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Struggling with CAS programming - rushfan - 09-17-2018, 12:54 AM
RE: Struggling with CAS programming - parisse - 09-18-2018 05:37 AM



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