Difference between revisions of "Slice"

m (adding doc status category)
m (adding doc status category stub page)
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 -->
+
[[Category:Doc Status D]] <!-- 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 03:40, 26 April 2007


(stub: Needs to be filled in)

New to 4.0: slice(A,I,x) can be written as A[@I=x].

Comments


You are not allowed to post comments.