From 6f4b67632a544780438110bb11e5122448e24881 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 11 Jan 2018 01:09:26 -0800 Subject: Renamed String -> Text --- lib/utils2.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/utils2.nom') diff --git a/lib/utils2.nom b/lib/utils2.nom index 8077203..b0b9dd9 100644 --- a/lib/utils2.nom +++ b/lib/utils2.nom @@ -6,11 +6,11 @@ require "lib/collections.nom" compile [say %str] to: - "nomsu:writeln(\(%str as lua))" if ((%str's "type") == "String") + "nomsu:writeln(\(%str as lua))" if ((%str's "type") == "Text") ..else "nomsu:writeln(nomsu:stringify(\(%str as lua)))" compile [do %action] to code: - (%action as lua statements) if ((%action's "type") == "Thunk") + (%action as lua statements) if ((%action's "type") == "Block") ..else "(\(%action as lua))(nomsu);" # With statement -- cgit v1.2.3