Category talk:Wren-pattern: Difference between revisions

Content added Content deleted
m (→‎Source code: Fixed syntax highlighting.)
m (→‎Source code: Added quotes to 'lang' attribute.)
Line 204: Line 204:


===Source code===
===Source code===
<syntaxhighlight lang=ecmascript>/* Module "pattern.wren" */
<syntaxhighlight lang="ecmascript">/* Module "pattern.wren" */


/* Match represents a single successful match made by methods in the Pattern class.
/* Match represents a single successful match made by methods in the Pattern class.