This website requires JavaScript.
Explore
Help
Register
Sign In
Bruce
/
tomo
Watch
1
Star
0
Fork
0
You've already forked tomo
Code
Issues
Pull Requests
Packages
Projects
Releases
Activity
a8a35ea688
tomo
/
test
/
bytes.tm
9 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add a Byte datatype
2024-09-15 12:33:47 -07:00
func main():
!! Test bytes:
Deprecate bit-width integer/num literals in favor of using type constructors
2024-11-05 12:18:32 -08:00
>> Byte(100)
= Byte(0x64)
Add a Byte datatype
2024-09-15 12:33:47 -07:00
Deprecate bit-width integer/num literals in favor of using type constructors
2024-11-05 12:18:32 -08:00
>> Byte(0xFF)
= Byte(0xFF)
Reference in New Issue
Copy Permalink