first
Returns the first item of an array
Input
-
foo_array = [1, 2, 3, 4, 5, 6]{{ foo_array.first }}
Output
-
1
2018.2.7 • vRA 7.2
All Versions
Returns the first item of an array
foo_array = [1, 2, 3, 4, 5, 6]
{{ foo_array.first }}
1