diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 16:07:23 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 16:07:23 -0400 |
| commit | 6782cc5570e194791ca6cdd695b88897e9145564 (patch) | |
| tree | a428e9d954aca251212ec1cf15bd35e0badce630 /test/bytes.tm | |
| parent | 448e805293989b06e07878a4a87fdd378f7c6e02 (diff) | |
No more colons for blocks
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 862d2674..25efbeb8 100644 --- a/test/bytes.tm +++ b/test/bytes.tm @@ -1,5 +1,5 @@ -func main(): +func main() say("Test bytes:") >> Byte(100) = Byte(0x64) |
