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

17.1 Globals Overview

FreeM supports typical M globals, which are often described as persistent, hierachical sparse arrays. Globals make it relatively simple to include persistent data in an application without requiring the developer to use an external database management system, and offer syntax and semantics so similar to M local variables and structured system variables that moving from one to the other is seamless.

Each global comprises three elements:

A leading percent sign in the global name will force the named global into the SYSTEM namespace of the current FreeM environment.


This document was generated on May 5, 2025 using texi2html 5.0.