OSDN Git Service

the BinInt zero vanished?
authorsforman <sforman@hushmail.com>
Wed, 26 Jul 2023 05:01:55 +0000 (22:01 -0700)
committersforman <sforman@hushmail.com>
Wed, 26 Jul 2023 05:01:55 +0000 (22:01 -0700)
implementations/Nim/joy.nim

index 0875a58..6b6892a 100644 (file)
@@ -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)