- :block
values
get list of values for given collection
Parameters
values dictionary :dictionary :object :block :range
Returns
Examples
copyuser: #[ name: "John" surname: "Doe" ] values user => ["John" "Doe"]
values dictionary :dictionary :object :block :range
copyuser: #[ name: "John" surname: "Doe" ] values user => ["John" "Doe"]