@lang:keys
Return the entry names of a record ([a:1 b:2] or [name value] pairs) as an array.
Returns: array
Syntax
Section titled “Syntax”@lang:keys(record)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
record | record | Record (entries array) to read the names from |
Examples
Section titled “Examples”# TODO: add examples