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 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)