DCode
Covers Engine 2.0.0
Syntax
DCode and inherited Lua language rules that shape expressions, channel paths, tables, comments, and indentation.
| Feature | Family | Syntax | Available in |
|---|---|---|---|
| block comments | Comments | --[[ comment ]] | File scope, Executable DCode bodies |
| colon and indentation | Blocks | <block header>: | File scope, Executable DCode bodies |
| dash comments | Comments | -- comment | File scope, Executable DCode bodies |
| dynamic channel reference | Channel I/O | |{expression}_channel|[:field] | File scope, Executable DCode bodies |
| hash comments | Comments | # comment | File scope, Executable DCode bodies |
| Lua expressions | Expressions | <Lua 5.4 expression> | File scope, Executable DCode bodies |
| Lua tables | Expressions | { value, key = value, [expression] = value } | File scope, Executable DCode bodies |
| pipe read | Channel I/O | |channel|[:field] | File scope, Executable DCode bodies |