From a84242b849e27147bcad8aabe04fc4bbe45d7fca Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 11 Nov 2018 19:01:15 -0800 Subject: Cleaning up say/print and io.write (now you can use (say "foo" inline)) --- nomsu_environment.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu_environment.moon') diff --git a/nomsu_environment.moon b/nomsu_environment.moon index 142abdb..1046004 100644 --- a/nomsu_environment.moon +++ b/nomsu_environment.moon @@ -38,7 +38,7 @@ nomsu_environment = Importer{ -- Lua stuff: :next, unpack: unpack or table.unpack, :setmetatable, :coroutine, :rawequal, :getmetatable, :pcall, :error, :package, :os, :require, :tonumber, :tostring, :string, :xpcall, :module, - :print, :loadfile, :rawset, :_VERSION, :collectgarbage, :rawget, :rawlen, + say:print, :loadfile, :rawset, :_VERSION, :collectgarbage, :rawget, :rawlen, :table, :assert, :dofile, :loadstring, lua_type_of:type, :select, :math, :io, :load, :pairs, :ipairs, :jit, :_VERSION bit: (jit or _VERSION == "Lua 5.2") and require('bitops') or nil -- cgit v1.2.3