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