Odd word problem: Difference between revisions

m
→‎{{header|Icon}} and {{header|Unicon}}: one less instance of b in even
m (→‎{{header|Icon}} and {{header|Unicon}}: made odd more terse and eliminate local b - couldn't resist)
m (→‎{{header|Icon}} and {{header|Unicon}}: one less instance of b in even)
Line 150:
if any(marks,b) then break
}
if writes(b := odd(stream,marks)) == '.' then return
}
end</lang>
Anonymous user