what happens in the following snippet?

int a = 5;
sort!"a > b"(whatever);

int a = 5;
writeln("oh that a? this is what happens!");

--
Using Opera's revolutionary email client: http://www.opera.com/mail/

Reply via email to