please let us not look to vb for inspiration.

I second (a || b)

another cool thing would be to be able to assign var using the || operator.

var %a = %b || %c

and while were on subject of if adjustments

if (%a = %b) {
;%a now holds %b
}

Doubt it will be added though since its not a minor adjustment nor would it be very backward compatible :p One can dream..


$maybe