Category talk:Wren-trait: Difference between revisions

m
→‎Source code: Now uses Wren S/H lexer.
(→‎Source code: Added Var and TypedVar classes.)
m (→‎Source code: Now uses Wren S/H lexer.)
 
(One intermediate revision by the same user not shown)
Line 1:
===Source code===
<syntaxhighlight lang="ecmascriptwren">/* Module "trait.wren" */
 
/* Cloneable is an abstract class which enables child classes to automatically be
Line 101:
// Returns the string representation of the current instance.
toString { _obj.toString }
}
 
/*
9,476

edits