Set: Difference between revisions

5 bytes removed ,  3 months ago
m
imported>Maxima enthusiast
m (→‎{{header|Wren}}: Minor tidy)
 
Line 8,032:
{{libheader|Wren-set}}
Note that the Set class in the above module uses a Map internally for storage. Consequently, iteration order is undefined.
<syntaxhighlight lang="ecmascriptwren">import "./set" for Set
 
var fruits = Set.new(["apple", "pear", "orange", "banana"])
9,482

edits