tomo/test/bytes.tm

9 lines
103 B
Plaintext
Raw Normal View History

2024-09-15 12:33:47 -07:00
func main():
!! Test bytes:
>> Byte(100)
= Byte(0x64)
2024-09-15 12:33:47 -07:00
>> Byte(0xFF)
= Byte(0xFF)