Prev
Next
csh if
> if("a" == "a") echo true true > if("a" != 'a') echo true > if('a' != 'b') echo true true