RosettaCodeData/Task/Null-object/11l/null-object.11l

9 lines
80 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
F f([Int]? &a)
I a != N
a.append(1)
f(N)
[Int] arr
f(&arr)
print(arr)