if $foo eq 'bar' | 'baz' | 'quux' { ... } if $foo eq any « bar baz quux » { ... } # Other style