diff options
Diffstat (limited to 'scratch/short_buf.lua')
| -rw-r--r-- | scratch/short_buf.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scratch/short_buf.lua b/scratch/short_buf.lua new file mode 100644 index 0000000..387b2b5 --- /dev/null +++ b/scratch/short_buf.lua @@ -0,0 +1,4 @@ +local x = {} +print(x); print("wow"); + +local function other() end |
