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

3 lines
119 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
Data(123); // this bit bucket expects hold 123 bytes
List.createLong(123); // this list expects to hold 123 elements