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

3 lines
119 B
Plaintext

Data(123); // this bit bucket expects hold 123 bytes
List.createLong(123); // this list expects to hold 123 elements