RosettaCodeData/Task/Collections/Lisaac/collections-1.lisaac
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

4 lines
123 B
Text

+ vector : ARRAY[INTEGER];
vector := ARRAY[INTEGER].create_with_capacity 32 lower 0;
vector.add_last 1;
vector.add_last 2;