From 63ed265157de8ff91dee606b0e61e52214a4083b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 2 Oct 2017 19:00:58 -0700 Subject: More progress towards making everything work. --- lib/utils.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/utils.nom') diff --git a/lib/utils.nom b/lib/utils.nom index 02d3732..608e72f 100644 --- a/lib/utils.nom +++ b/lib/utils.nom @@ -23,7 +23,7 @@ compile [capitalize %str, %str capitalized] to: "(\(%str as lua)):gsub('%l', string.upper, 1)" compile [say %str] to: ".." - |nomsu:writeln(\(%str as lua)) + |nomsu:writeln(nomsu.utils.repr_if_not_string(\(%str as lua))) # Number ranges compile [%start to %stop by %step, %start to %stop via %step] to: ".." -- cgit v1.2.3