From 59845e610f2c90474f34079d27b5f1e07071ded4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 6 Apr 2025 13:40:17 -0400 Subject: Deprecate `!!` print statement --- test/bytes.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/bytes.tm') diff --git a/test/bytes.tm b/test/bytes.tm index b312c308..a62acd10 100644 --- a/test/bytes.tm +++ b/test/bytes.tm @@ -1,6 +1,6 @@ func main(): - !! Test bytes: + say("Test bytes:") >> Byte(100) = Byte(0x64) -- cgit v1.2.3