aboutsummaryrefslogtreecommitdiff
path: root/core/operators.nom
diff options
context:
space:
mode:
Diffstat (limited to 'core/operators.nom')
-rw-r--r--core/operators.nom4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/operators.nom b/core/operators.nom
index 56e89cb..60fe969 100644
--- a/core/operators.nom
+++ b/core/operators.nom
@@ -1,11 +1,11 @@
-#..
+#
This file contains definitions of operators like "+" and "and".
use "core/metaprogramming.nom"
# Indexing
immediately
- #.. NOTE!!! It's critical that there are spaces around %key if it's a string,
+ # NOTE!!! It's critical that there are spaces around %key if it's a string,
otherwise, Lua will get confused and interpret %obj[[[foo]]] as %obj("[foo]")
instead of %obj[ "foo" ].
It's also critical to have parens around %obj, otherwise Lua is too dumb to