Jump to content

Arena storage pool: Difference between revisions

m
(→‎{{header|REXX}}: removed inappropriate flagging.)
m (→‎{{header|REXX}}: grammar+)
Line 526:
 
=={{header|REXX}}==
In the REXX language, each (internal and external) procedure has it'sits
own storage (memory) to hold local variables and other information
pertaining to a procedure.
Line 536:
but this isn't specified in the language.
<br>A <tt> DROP </tt> will mark a variable
as not defined, but doesn't necessarily deallocate its storage, but the freed
storage can be used by another variable within the program (or procedure).
<br>Essentially, the method used by a particular REXX interpreter isn't
2,295

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.