diff options
Diffstat (limited to 'core/operators.nom')
| -rw-r--r-- | core/operators.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/operators.nom b/core/operators.nom index 2b44df4..f07ab3f 100644 --- a/core/operators.nom +++ b/core/operators.nom @@ -40,7 +40,7 @@ immediately immediately # Simultaneous mutli-assignments like: x,y,z = 1,x,3; - compile [<- %assignments] to + compile [<- %assignments, assign %assignments] to assume (%assignments.type is "Dict") or barf ".." Expected a Dict for the assignments part of '<- %' statement, not \%assignments lua> ".." |
