Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Array slicing 4 found (24 total)

alternate case: array slicing

F Sharp (programming language) (4,027 words) [view diff] exact match in snippet view article

Agent programming Extension members Named arguments Optional arguments Array slicing Quotations Native interoperability Computation expressions F# 3.0 Type
Fish (Unix shell) (1,055 words) [view diff] exact match in snippet view article
variables. 'A' becomes an array with 5 values: > set A 3 5 7 9 12 # Array slicing. 'B' becomes the first two elements of 'A': > set B $A[1 2] > echo $B
ALGOL 68RS (1,660 words) [view diff] no match in snippet view article find links to article
trimming (making a new array by taking a contiguous subset of an array), slicing (making a new array by removing one dimension from an array), and rowing
ALGOL (3,481 words) [view diff] exact match in snippet view article find links to article
end # abs max # Note: lower (⌊) and upper (⌈) bounds of an array, and array slicing, are directly available to the programmer. floating point algol68 test: