[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

10.1 Standard Extended Global References

FreeM supports extended global references, allowing the user to access globals in namespaces other than the current default namespace and the SYSTEM namespace, without switching to the other namespace.

For example, if you are in the USER namespace, the following code will print the value of ^VA(200,0) in the VISTA namespace:

  WRITE ^|"VISTA"|VA(200,0),!

Non-Standard Behavior

In FreeM, extended references must be specified as a strlit. Extended references derived from the result of an expr are not yet supported.


This document was generated on January 3, 2022 using texi2html 5.0.