Function
love.filesystem.lines( name )
Iterate over the lines in a file
Synopsis
iterator = love.filesystem.lines( name )
Parameters
name string The name (and path) of the file
Returns
iterator function A function that iterates over all the lines in the file
See Also
love.filesystem.File:lines  
Copyright © 2006-2010 LÖVE Development Team.