aboutsummaryrefslogtreecommitdiff
path: root/nomsu_environment.lua
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-11-11 19:01:15 -0800
committerBruce Hill <bruce@bruce-hill.com>2018-11-11 19:01:31 -0800
commita84242b849e27147bcad8aabe04fc4bbe45d7fca (patch)
treecec7762bc0ead74da5ae5a7fa6e5d0b02250d5a2 /nomsu_environment.lua
parentefac694cc065f94f9b0d95ebb35d10bcf9a18691 (diff)
Cleaning up say/print and io.write (now you can use (say "foo" inline))
Diffstat (limited to 'nomsu_environment.lua')
-rw-r--r--nomsu_environment.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_environment.lua b/nomsu_environment.lua
index 41f7cd6..4d2a95b 100644
--- a/nomsu_environment.lua
+++ b/nomsu_environment.lua
@@ -72,7 +72,7 @@ local nomsu_environment = Importer({
string = string,
xpcall = xpcall,
module = module,
- print = print,
+ say = print,
loadfile = loadfile,
rawset = rawset,
_VERSION = _VERSION,