Lists/Maps/Sets (Was Re: The story of E, part 2 (fwd))

Tyler Close tyler@lfw.org
Wed, 14 Oct 1998 21:27:45 -0400


At 08:48 PM 10/14/98 -0400, you wrote:
>Using this syntax, here's your example:
>if(["windows", "win95", "winnt"] search(platform) == null)
>{
>	# thumb your nose.
>}

Oops. That should read.
if(["windows", "win95", "winnt"] search(platform) != null)
{
	# thumb your nose.
}

ciao,
Tyler