Create an object/Native demonstration: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
(Dialects of BASIC moved to the BASIC section.)
m (→‎{{header|Wren}}: Changed to Wren S/H)
 
Line 1,406:
 
=={{header|Wren}}==
<syntaxhighlight lang="ecmascriptwren">class FixedSizeMap {
construct new(map) {
// copy the map so it cannot be mutated from the original reference
9,476

edits