From ba639f2bd05f47e08c12198b7b20cd4cf371b25f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 17 Jul 2018 23:08:13 -0700 Subject: Upgraded core code to latest Nomsu verison. --- lib/os.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/os.nom b/lib/os.nom index 1be7a7e..0644ec8 100644 --- a/lib/os.nom +++ b/lib/os.nom @@ -37,7 +37,7 @@ compile [%expr for file %f in %path] to return ret end)() -action [write to file %filename %text, to file %filename write %text] +action [write to file %filename %text, to file %filename write %text, write %text to file %filename] lua> ".." local file = io.open(\%filename, 'w') file:write(\%text) -- cgit v1.2.3