values
Description
Returns values of an object.
Copy
list values( object input )
Returns a list of values for each property that exists on the input
object.
Example
{obj={"a":"Hello","b":"World"}}
{values(obj)} ---> ["Hello","World"]