From 3f9f558ebbc6fc80df990a72462c7b8f27e9b1b6 Mon Sep 17 00:00:00 2001 From: sforman Date: Tue, 25 Jul 2023 22:01:55 -0700 Subject: [PATCH] the BinInt zero vanished? --- implementations/Nim/joy.nim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/implementations/Nim/joy.nim b/implementations/Nim/joy.nim index 0875a58..6b6892a 100644 --- a/implementations/Nim/joy.nim +++ b/implementations/Nim/joy.nim @@ -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) -- 2.11.0