Skip to main content

Module env

Module env 

Source
Expand description

REXX variable environments — scoping, stem variables, PROCEDURE EXPOSE.

REXX uses dynamic scoping by default (all variables in one pool), with PROCEDURE creating new isolated scopes and EXPOSE selectively bringing variables into scope.

Structs§

ConditionInfoData
Information about the most recently trapped condition, read by CONDITION() BIF.
Environment
A variable environment (scope).