Category talk:Wren-pattern: Difference between revisions

→‎Source code: Removed type aliases which are no longer needed.
(→‎Wren patterns: Corrected an example.)
(→‎Source code: Removed type aliases which are no longer needed.)
Line 970:
toString { "{ pattern = %(_pattern), type = %(Pattern.types[_type]), min length = %(_minLen) }" }
}
 
// Type aliases for classes in case of any name clashes with other modules.
var Pattern_Match = Match
var Pattern_Capture = Capture
var Pattern_Pattern = Pattern
 
Pattern.init_()</lang>
9,476

edits