Content deleted Content added
→Procedures and functions: fix syntaxhighlight error |
→Built-in data types: fix syntaxhighlight errors |
||
Line 116:
Complex Types may also be represent as literal values:
* Array: <syntaxhighlight lang=
* [[CodeBlock]]: <syntaxhighlight lang=
* Hash: <syntaxhighlight lang=
Hashes may use ''any'' type including other Hashes as the ''Key'' for any element. Hashes and Arrays may contain ''any'' type as the ''Value'' of any member, including nesting arrays, and Hashes.
|