diff --git a/reference/array/functions/end.xml b/reference/array/functions/end.xml index 4efc033c32..9dc67ad411 100644 --- a/reference/array/functions/end.xml +++ b/reference/array/functions/end.xml @@ -1,5 +1,5 @@ - + @@ -18,6 +18,22 @@ end advances array's internal pointer to the last element, and returns that element. + + + A simple <function>end</function> example + + +]]> + + + See also current, each,