Memory allocation: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: show that a duplicate variable in a DROP is OK. -- ~~~~)
Line 485: Line 485:


=={{header|Maxima}}==
=={{header|Maxima}}==
<lang maxima>/* Maxima allocates memory dynamically and uses a grbage collector.
<lang maxima>/* Maxima allocates memory dynamically and uses a garbage collector.
Here is how to check available memory */
Here is how to check available memory */