Difference between revisions of "Array.prefix()"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...")
 
Line 32: Line 32:
 
|}
 
|}
  
See also [[Array.suffix]]
+
See also [[Array.suffix()]]

Revision as of 16:17, 4 March 2017


Array.prefix(Prefix)

Returns an array with the Prefix applied to each element.

1..10.prefix("pre")

pre1
pre2
pre3
pre4
pre5
pre6
pre7
pre8
pre9
pre10

See also Array.suffix()