MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

To be or not to be...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg62002] To be or not to be...
  • From: "Ingolf Dahl" <ingolf.dahl at telia.com>
  • Date: Wed, 9 Nov 2005 03:45:17 -0500 (EST)
  • Reply-to: <ingolf.dahl at telia.com>
  • Sender: owner-wri-mathgroup at wolfram.com

To Mathgroup,

Try the following commands in order:

b = Sequence[]

b == Sequence[]

b != Sequence[]

b === Sequence[]

b =!= Sequence[]

The four last lines all evaluate to "True" for me. Quite amazing!

Best regards

Ingolf Dahl

Sweden




  • Prev by Date: Converting Rationals into Reals
  • Next by Date: Write, Put,..
  • Previous by thread: Re: Converting Rationals into Reals
  • Next by thread: Re: To be or not to be...