the BinInt zero vanished?

This commit is contained in:
sforman 2023-07-25 22:01:55 -07:00
parent bc5af441dc
commit 3f9f558ebb
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ type
ParseError* = object of ValueError ParseError* = object of ValueError
UnknownWordError* = object of ValueError UnknownWordError* = object of ValueError
let zero = 0.initBigInt
# Singleton values for Boolean type. # Singleton values for Boolean type.
let j_true* = JoyType(kind: joyTrue) let j_true* = JoyType(kind: joyTrue)