zsh tertiary expression code example Example: zsh tertiary expression % print $((1?1:0)) 1 % print $((0?1:0)) 0