Tim Greer <tim / burlyhost.com> writes: > Pascal J. Bourguignon wrote: > > >> Just write: >> >> (s = ("surprizing" if ((1 + 1) != 2))) > > irb would have shown the result as nil for that specific test and they'd > have asked the same question, I think. However, I won't guess what > they intended to do or how. :-) > >> or >> >> ((s = "surprizing") if ((1 + 1) != 2))) > ^^^ > > oops... you meant: ((s = "surprizing") if ((1 + 1) != 2)) Right, I corrected it in the irb buffer and forgot to backpatch the gnus buffer. -- __Pascal Bourguignon__