empty

empty given collection


Parameters

empty collection :literal

Returns

  • :nothing

Examples

copy
a: [1 2 3] empty 'a ; a: []

copy
str: "some text" empty 'str ; str: ""

Related