4 lines
68 B
Text
4 lines
68 B
Text
go4 =>
|
|
S = new_set([1,2,3,4,5,"picat"]),
|
|
S.put(1),
|
|
S.put(21).
|