Bug? accessing LOCAL var in shared scope
|
11-23-2015, 06:19 AM
Post: #7
|
|||
|
|||
RE: Bug? accessing LOCAL var in shared scope
Hello,
The local in the global scope of the program is optional (it is the default, EXPORT is a must if you want to export however). = and := in variable creation are absolutely equivalent. so, the syntax is (if my memory on syntax writing is correct): [LOCAL|EXPORT] name[[:]=expression][, name[[:]=expression]]+; Cyrille Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)