Product Site

5.3.6.12. empty

Returns the receiving Array with all items removed.
Example 5.171. Array class — empty method
a = .array~of("Mike", "Rick", "Fred", "Rick")
a~empty    -- a~items now returns "0"