Category talk:Wren-check: Difference between revisions

→‎Source code: Fixed bug in Check.char method.
m (→‎Source code: Now uses Wren S/H lexer.)
(→‎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)'")
}
9,476

edits