Sanny Builder
In English
Search
⌃K

0038: Unknown type of array

The compiler finds an array element whose type is unknown.
Possible solutions: use one of the known array types: integer (i), float (f) or string (s or v):
[email protected]([email protected],4h) // error, 'h' is unknown
[email protected]([email protected],4i) // OK, 'i' is known