9 lines
89 B
Tcl
9 lines
89 B
Tcl
|
|
func main():
|
|
!! Test bytes:
|
|
>> 100[B]
|
|
= 100[B]
|
|
|
|
>> 0xFF[B]
|
|
= 255[B]
|