RosettaCodeData/Task/Memory-allocation/Ada/memory-allocation-1.ada
2023-07-01 13:44:08 -04:00

5 lines
82 B
Ada

declare
X : Integer; -- Allocated on the stack
begin
...
end; -- X is freed