diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 19:01:15 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 19:01:31 -0800 |
| commit | a84242b849e27147bcad8aabe04fc4bbe45d7fca (patch) | |
| tree | cec7762bc0ead74da5ae5a7fa6e5d0b02250d5a2 /nomsu_environment.lua | |
| parent | efac694cc065f94f9b0d95ebb35d10bcf9a18691 (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.lua | 2 |
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, |
