aboutsummaryrefslogtreecommitdiff
path: root/test/bytes.tm
blob: be6d1cdd63cd83bb1b2fdf5b2cba26ed13f0f09e (plain)
1
2
3
4
5
6
7
8

func main():
    !! Test bytes:
    >> Byte(100)
    = Byte(0x64)

    >> Byte(0xFF)
    = Byte(0xFF)