--Apple-Mail-22-434204315
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset -ASCII;
formatðïwed
On Apr 3, 2006, at 12:18 AM, Stupergenius wrote:
> while pipeline.iterate do end
What is this line supposed to do?
The syntax for while is
while <condition>
<body>
end
Could it be that you mean to say
while pipeline.iterate
end
and it's stopping early?
--Apple-Mail-22-434204315--