Difference between revisions of "Slice"
m (adding doc status category) |
|||
Line 1: | Line 1: | ||
[[Category:Functions that select part of an array]] | [[Category:Functions that select part of an array]] | ||
− | + | [[Category:Doc Status C]] <!-- For Lumina use, do not change --> | |
+ | |||
(stub: Needs to be filled in) | (stub: Needs to be filled in) | ||
New to 4.0: slice(A,I,x) can be written as [[@ operator|''A[@I=x]'']]. | New to 4.0: slice(A,I,x) can be written as [[@ operator|''A[@I=x]'']]. |
Revision as of 04:05, 25 April 2007
(stub: Needs to be filled in)
New to 4.0: slice(A,I,x) can be written as A[@I=x].
Comments
Enable comment auto-refresher