Post Reply 
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Bug? accessing LOCAL var in shared scope - cyrille de brébisson - 11-23-2015 06:19 AM



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