Peer-reviewed code snippets that anyone can edit
A wiki for useful code snippets
Lua for Pythoners - Lists
r1 r2
1
1
[code=lua]
2
2
-- Using Lua standard libraries and Penlight (http://luaforge.net/frs/?group_id=450)
3
-- List catalog: http://www.java2s.com/Code/Python/List/CatalogList.htm
3
4
package.path=package.path..';./?/init.lua'
4
5
require 'pl'
5
6
stringx.import()
6
7
function string:totable()
Tags added:
Tags removed: