diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-12-18 16:45:46 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-12-18 16:45:46 -0800 |
| commit | 0987fde8e71b28c392c505332091ebf02e84f5c1 (patch) | |
| tree | b4e18a28907c4c5310e3d9ee01af4cde4c838a2f /utils.lua | |
| parent | 611a8c87f31cc929f1912923123334700d4d0884 (diff) | |
Improved documentation and compile script.
Diffstat (limited to 'utils.lua')
| -rw-r--r-- | utils.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +-- +-- A collection of helper utility functions +-- local function is_list(t) if type(t) ~= 'table' then |
