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