aboutsummaryrefslogtreecommitdiff
path: root/lib/utils.nom
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils.nom')
-rw-r--r--lib/utils.nom3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/utils.nom b/lib/utils.nom
index b398827..965d338 100644
--- a/lib/utils.nom
+++ b/lib/utils.nom
@@ -27,9 +27,6 @@ compile [%str with %patt replaced with %sub, %str s/%patt/%sub] to:
compile [%str with %patt replaced with %sub %n times, %str s/%patt/%sub/%n] to:
"((\(%str as lua)):gsub(\(%patt as lua), \(%sub as lua), \(%n as lua)))"
-compile [say %str] to: ".."
- |nomsu:writeln(nomsu:stringify(\(%str as lua)))
-
# Number ranges
compile [%start to %stop by %step, %start to %stop via %step] to: ".."
|nomsu.utils.range(\(%start as lua), \(%stop as lua), \(%step as lua))