[erlang-questions] {1} > 100 returns true ?!

Steve Kirsch steve.kirsch@REDACTED
Fri May 15 23:29:01 CEST 2009


i must admit I am a bit baffled by why this isn't an error:

4> {1,3} > 100.
true
5> {1} >100.
true
6>




More information about the erlang-questions mailing list