RosettaCodeData/Task/Memory-allocation/Zkl/memory-allocation.zkl

3 lines
119 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Data(123); // this bit bucket expects hold 123 bytes
List.createLong(123); // this list expects to hold 123 elements