15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
Internal handling of values
|
|
---------------------------
|
|
|
|
## Supported types
|
|
Nil 0
|
|
Integer 1
|
|
Float 2
|
|
String 3
|
|
Array 4
|
|
Table 5
|
|
Function 6
|
|
NativePointer 7
|
|
|
|
## Internal format
|
|
??? |