Nope. Try
mixed x = for(int i=0; i<3; i++) { };
and see how well it doesn't work. :-) An expression can be made into a statement by putting a ';' after it, but a statement can not be made into an expression (unless you count using `lambda', `catch' or `gauge'.)
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2003-04-03 23:15: Subject: Autodoc
Isn't statements expressions?
/ Martin Nilsson (har bott i google)