diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-08-22 00:41:25 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-08-22 00:41:25 -0700 |
| commit | 4713d7db0dcb713b4a36e63e5a5322829fca7c97 (patch) | |
| tree | ffab954c638652cbb407fd4eb0b43a1d0d04e422 /utils.moon | |
| parent | ecc4e82919e024c46f648918257d35fd6c1537ed (diff) | |
Totally working everything (probably) with if and for macros.
Diffstat (limited to 'utils.moon')
| -rw-r--r-- | utils.moon | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ utils = { tostring(x) split: (str, sep="%s")-> - [chunk for chunk in str\gmatch("[^#{sep}]")] + [chunk for chunk in str\gmatch("[^#{sep}]+")] keys: (t)-> [k for k in pairs(t)] values: (t)-> [v for _,v in pairs(t)] |
