Category talk:Wren-check: Difference between revisions

→‎Source code: Think I'll go back to bed!
(→‎Source code: Still not right :()
(→‎Source code: Think I'll go back to bed!)
Line 18:
 
static isSafeInt_(value) {
return (value is Num) && value.isInteger && value.abs <= Num.maxSafeInteger.abs
}
 
9,492

edits