diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-17 23:08:13 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-17 23:08:24 -0700 |
| commit | ba639f2bd05f47e08c12198b7b20cd4cf371b25f (patch) | |
| tree | 656fcb15a27e642f891fba24046e01b4f139ab52 /lib/os.nom | |
| parent | 854b2a652ff473c9d2eaa3222008d4baed36ae63 (diff) | |
Upgraded core code to latest Nomsu verison.
Diffstat (limited to 'lib/os.nom')
| -rw-r--r-- | lib/os.nom | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
