9 lines
103 B
Tcl
9 lines
103 B
Tcl
|
|
func main():
|
|
!! Test bytes:
|
|
>> Byte(100)
|
|
= Byte(0x64)
|
|
|
|
>> Byte(0xFF)
|
|
= Byte(0xFF)
|