diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-02 19:00:58 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-02 19:00:58 -0700 |
| commit | 63ed265157de8ff91dee606b0e61e52214a4083b (patch) | |
| tree | 0b9aa6e920d8ea9a4938a59a0e7b39355b108150 /lib/utils.nom | |
| parent | dcd3391b36c7accc194cfdc8654db085c9bc820e (diff) | |
More progress towards making everything work.
Diffstat (limited to 'lib/utils.nom')
| -rw-r--r-- | lib/utils.nom | 2 |
1 files changed, 1 insertions, 1 deletions
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: ".." |
