byte
# Byte type variable
testNumber: byte
---
~ 100
~ -120
~ 0xFF # Hexadecimal Representation
~ 0b01111111 # Binary Representation
~ 0c111 # Octal Representation
Last updated
Was this helpful?
# Byte type variable
testNumber: byte
---
~ 100
~ -120
~ 0xFF # Hexadecimal Representation
~ 0b01111111 # Binary Representation
~ 0c111 # Octal Representation
Last updated
Was this helpful?
Was this helpful?