Category talk:Wren-i64: Difference between revisions

m (→‎Source code (Wren): Now uses Wren S/H lexer.)
 
Line 360:
copy() { I64.from(this) } // copies 'this' to a new I64 object
 
isOdd { this % I64.two =!= I64.onezero } // true if 'this' is odd
isEven { this % I64.two == I64.zero } // true if 'this' is even
isZero { this == I64.zero } // true if 'this' is zero
9,476

edits