in reply to Re: Golf Challenge - does $x and $y fit into the same slot on @z?
in thread Golf Challenge - does $x and $y fit into the same slot on @z?
Erm. Isn't that covered by the bit that says:
#When determining "betweeness", treat any cases where $x or $y equals a value in @z as if $x or $y was actually less than that value.?
By my (probably flawed) reading of that, your first case would be a fail because the $x would be judged less than the second element of @z
And the second case would be a pass as both $x and $y would be judges as being lower than the first valeue of @z
Examine what is said, not who speaks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Golf Challenge - does $x and $y fit into the same slot on @z?
by sauoq (Abbot) on Dec 28, 2002 at 02:03 UTC | |
by BrowserUk (Patriarch) on Dec 28, 2002 at 02:21 UTC | |
by ehdonhon (Curate) on Dec 28, 2002 at 16:35 UTC | |
|
Re(3): Golf Challenge - does $x and $y fit into the same slot on @z?
by ehdonhon (Curate) on Dec 28, 2002 at 16:28 UTC |