roxen.lists.pike.general

Subject Author Date
Pike & Python (was: Re: Pike documentation) Mirar @ Pike importmöte för m <6341[at]lyskom[dot]lysator[dot]liu[dot]se> 21-12-2008
 >if (0 < x < 10):	handy.  kinda wish PHP and Pike could do that.

Pike can do that, but it probably doesn't do what you want it to do.
:)

(Equivalent to  (0<x)<10  )

Inheritance of how C works (boolean = 1 or 0). It's usually practical.