Jump to content

Higher-order functions: Difference between revisions

m
Line 2,554:
Setlength ( __, length ( x ) );
 
FOR k := Low ( x ) toTO High ( x ) DO
__ [ k ] := x [ High ( x ) - k ] ;
 
Line 2,585:
Setlength ( __, High ( x ) );
 
FOR k := Low ( x ) + 1 toTO High ( x ) DO
__ [ k - 1 ] := x [ k ] ;
 
Line 2,607:
Setlength ( __, y );
 
FOR k := Low ( x ) toTO y - 1 DO
__ [ k ] := x [ k ] ;
 
122

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.