... | ... | @@ -6,6 +6,10 @@ |
|
|
|
|
|
**void** - Just like in C, doesn't store anything and returns nothing.
|
|
|
|
|
|
**float32** - Most languages just call this a float. 32-bit floating point number.
|
|
|
|
|
|
**float64** - Most languages just call this a double. 64-bit floating point number.
|
|
|
|
|
|
# Special Types
|
|
|
|
|
|
**int8\*** - a C string. Has heavily optimized members for string manipulation. |
|
|
\ No newline at end of file |