lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 25/06/2012 19.46, meino.cramer@gmx.de wrote:
This is sequencing, not pipeing...

Pipeing means: Function a produces a_stream_  of data
/while/  function b consumes that stream.

Is it possible (portable...) ?

Have a look here:
http://www.lua.org/pil/9.2.html

(it's the free first edition based on Lua 5.0; minor corrections could be needed for Lua 5.1 or 5.2).

--
  Enrico