ZenScript doesn't require a typename for declaring a variable, but is still very strict with types. However, the documentation sometimes does not describe the types accurately.
I suggest adding a global keyword or global function typeof which return the type of a value as string. This can make debugging much easier.
(Please let me know if there is already one)