------ art_16600_22265700.1180928210806
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
why is the following code not valid
def fibber
a
b
lambda do
yield(a)
a,b +b,a
end
end
------ art_16600_22265700.1180928210806--