I agree with Al here. Why should you be able to assign NIL to every variable type except floats? It is even possible to do int(1..3) x=0;
/ Martin Nilsson (saturator)
Previous text:
2003-09-15 21:50: Subject: Re: float type weirdness
Really? When and why do you use that? You should consider changing it to
int|float f = 0;
instead.
/ Martin Stjernholm, Roxen IS