Re: What is process_lines? and general complaint on the new manual
- Posted by bill Jan 19, 2011
- 2100 views
Lionel:
Process_lines() returns an object.
This can be ignored.
IE if you do process_lines() for the side-effect of running it, in this case appemding x to s1 then it is ceratinly convenient to be able to ignore what is returned. Returning an object is handy because everything is an object.
I guess the reason why Eu4 doesn't specify return values is because whether they are atoms or sequences is irrelevant if they can be ignored.
Eitheruse the reutrn value or ignore it.