Last updated 5 months ago
Returns the first element of an array.
- name: get_first arguments: array: [1, 2, 3] returns: <the first element of the array>
array
array, prompt array
The array from which to get the first element.
prompt
Returns the first element of the array.