the BinInt zero vanished?
This commit is contained in:
parent
bc5af441dc
commit
3f9f558ebb
|
|
@ -63,6 +63,9 @@ type
|
|||
ParseError* = object of ValueError
|
||||
UnknownWordError* = object of ValueError
|
||||
|
||||
|
||||
let zero = 0.initBigInt
|
||||
|
||||
# Singleton values for Boolean type.
|
||||
|
||||
let j_true* = JoyType(kind: joyTrue)
|
||||
|
|
|
|||
Loading…
Reference in New Issue