Category talk:Wren-trait: Difference between revisions

m
→‎Source code: Fixed syntax highlighting.
(→‎Source code: Removed type aliases which are no longer needed.)
m (→‎Source code: Fixed syntax highlighting.)
Line 1:
===Source code===
<langsyntaxhighlight lang=ecmascript>/* Module "trait.wren" */
 
/* Cloneable is an abstract class which enables child classes to automatically be
Line 225:
// Returns the string representation of the current instance.
toString { _obj.toString }
}</langsyntaxhighlight>
9,476

edits