Home / Emacs / Org Babel / Patches
IDLE ob-lua: Auto-detect tables
Currently, it requires pp:
t = {1, 2, 3}
table.insert(t, 4)
return t
1 = 1 2 = 2 3 = 3 4 = 4
Home / Emacs / Org Babel / Patches
ob-lua: Auto-detect tables
Currently, it requires pp:
t = {1, 2, 3}
table.insert(t, 4)
return t
1 = 1 2 = 2 3 = 3 4 = 4