From 2c904ff1737e34008f7a6c5d4b072d87a45a3fbc Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 19 Nov 2024 13:41:52 -0500 Subject: Go back to stringifying integers/num32s/bytes without the type constructor. --- test/bytes.tm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/bytes.tm') diff --git a/test/bytes.tm b/test/bytes.tm index b312c308..f9a872dc 100644 --- a/test/bytes.tm +++ b/test/bytes.tm @@ -2,10 +2,10 @@ func main(): !! Test bytes: >> Byte(100) - = Byte(0x64) + = 0x64 >> Byte(0xFF) - = Byte(0xFF) + = 0xFF >> b := Byte(0x0F) >> b:hex() -- cgit v1.2.3