aboutsummaryrefslogtreecommitdiff
path: root/core/operators.nom
diff options
context:
space:
mode:
Diffstat (limited to 'core/operators.nom')
-rw-r--r--core/operators.nom3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/operators.nom b/core/operators.nom
index fc90699..bc8068e 100644
--- a/core/operators.nom
+++ b/core/operators.nom
@@ -35,8 +35,7 @@ test:
# Variable assignment operator
(%var = %value) compiles to:
lua> "\
- ..
- local lua = LuaCode()
+ ..local lua = LuaCode()
if \%var.type == "List" then
for i, \%assignment in ipairs(\%var) do
if i > 1 then lua:add(", ") end