diff options
author | Li Jin <dragon-fly@qq.com> | 2020-03-05 17:06:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 17:06:14 +0800 |
commit | 015af4b70cd751e1c1580fd542997a796e1ca225 (patch) | |
tree | 1a5a5406006aaf5c502f38a931eb0414f453e6ec | |
parent | 0b13cd82ea4f1a3cef13e3626c411854c33f4b57 (diff) | |
download | yuescript-015af4b70cd751e1c1580fd542997a796e1ca225.tar.gz yuescript-015af4b70cd751e1c1580fd542997a796e1ca225.tar.bz2 yuescript-015af4b70cd751e1c1580fd542997a796e1ca225.zip |
Update README.md
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ _module_0["filter"] = filter | |||
97 | return _module_0 | 97 | return _module_0 |
98 | 98 | ||
99 | -- file 'main.moon' | 99 | -- file 'main.moon' |
100 | local map, filter | ||
100 | do | 101 | do |
101 | local _obj_0 = require('Utils') | 102 | local _obj_0 = require('Utils') |
102 | map, filter = _obj_0.map, _obj_0.filter | 103 | map, filter = _obj_0.map, _obj_0.filter |