5 lines
213 B
Text
5 lines
213 B
Text
;Task:
|
|
Show how to explicitly allocate and deallocate blocks of memory in your language.
|
|
|
|
Show access to different types of memory (i.e., [[heap]], [[system stack|stack]], shared, foreign) if applicable.
|
|
<br><br>
|