Category talk:Wren-check: Difference between revisions

→‎Source code: Doh, bug fixes already!
(→‎Source code: Added SafeInt and SafeInts classes.)
(→‎Source code: Doh, bug fixes already!)
Line 105:
static nonNegInt(name, value) { int(name, value, 0) }
static safeInt(name, value) { int(name, value, "a 'safe' integer") }
static posSafeInt(name, value) { int(name, value, "a positive 'safe' integer") }
static nonNegSafeInt(name, value) { int(name, value, "a non-negative 'safe' integer") }
 
static nonZeroSafeInt(name, value) {
9,483

edits