tomo/test/bytes.tm
2024-09-15 15:33:47 -04:00

9 lines
89 B
Tcl

func main():
!! Test bytes:
>> 100[B]
= 100[B]
>> 0xFF[B]
= 255[B]