Category talk:Wren-check: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
m →‎Source code: Now uses Wren S/H lexer.
PureFox (talk | contribs)
→‎Source code: Fixed bug in Check.char method.
 
Line 172:
int("max", max, min)
char(name, value)
if (value.codePoints[0] < min.codePoints[0] || value.codePoints[0] > max.codePoints[0]) {
abort_(name, value, "a character between '%(min)' and '%(max)'")
}
Return to "Wren-check" page.