Changes

Jump to navigation Jump to search
143 bytes added ,  09:18, 27 April 2020
no edit summary
Line 5: Line 5:     
==Array.backward(Function,StartValue)==
 
==Array.backward(Function,StartValue)==
Returns the backward value of the given array.
+
Returns the backward value of the given array.The first array element becomes the last, and the last array element becomes the first.But backward() will not change the original array value.
    
(1..10).backward()
 
(1..10).backward()
writer
6,694

edits

Navigation menu