diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 13:40:17 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 13:40:17 -0400 |
| commit | 59845e610f2c90474f34079d27b5f1e07071ded4 (patch) | |
| tree | 1066ab6c5c6e6620adda6ac4575703b9d4bf0a0a /test/bytes.tm | |
| parent | 95633b1cc2da5294d9aec8c7eb9fca9a15c1a8bf (diff) | |
Deprecate `!!` print statement
Diffstat (limited to 'test/bytes.tm')
| -rw-r--r-- | test/bytes.tm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
