keys function:

Get the list of keys from an object.

Examples:

  • running: (keys {"key-1": 1, "key-2": false}) will give: ["key-1", "key-2"]

  • running: (keys [1, 2, 4]) will return nothing