scott created page: JoeyLib Data Types
parent
da55a91c65
commit
56106fdeff
1 changed files with 5 additions and 0 deletions
5
JoeyLib-Data-Types.md
Normal file
5
JoeyLib-Data-Types.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
#### bool
|
||||
A boolean data type is provided for systems lacking them. Also provided are `true` and `false` values.
|
||||
|
||||
#### byte
|
||||
Unsigned 8 bit data type. When working with 8 bit data in JoeyLib, use the `byte` type where possible. Only use `char` if you explicitly mean for characters/text to be stored.
|
Loading…
Add table
Reference in a new issue