pipe

tim Rowledge tim at rowledge.org
Sat Aug 25 23:54:10 UTC 2007


On 25-Aug-07, at 1:14 PM, Hans-Martin Mosner wrote:

> tim Rowledge schrieb:
>>
>>   x = y | y > 3
> Better use parentheses here: x = y | (y > 3)
Yah, dumb typo. See how this daft 'pipe' idea mangled my thought  
processes? With a 'pipe' that would be equivalent to
(x=y) y >3
which if #y were a suitable message (like #size, for example) would  
work.

tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
Useful random insult:- Solid concrete from the eyebrows backwards.





More information about the Squeak-dev mailing list