logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

purge-array - (array)

Description

purge-array deletes all elements from <array> that was created with new-array. After purge-array, you can use it without calling new-array again; the array is initialized as if it was just created that way.

Examples

Create an array, put some data in it and then delete the data: new-array arr write-array arr key 50 value "myvalue" purge-array arr See read-array for more examples.

Name

purge-array - (array)

Purpose

Purge an array.

See Also

Array new-arraypurge-arrayread-arraywrite-array See all documentation $DATE $VERSION GOLF(2gg)

Syntax

purge-array <array>

See Also