Sandbox

Revision as of 00:23, 9 March 2013 by Editor (talk | contribs)

Dmax
film
     foo


{{#lua:

 for sp, id in stdin:gmatch("&?&?([%w\. ]+)&&([%w\., ]+)&&([^\n]+)") do
   print(id)
 end

|

}}