[expr] right shift operator; only applies to integer arguments. Equivalent to dividing the first argument by 2 ''n'' times (i.e., `[/](2[**]$n)`), where ''n'' is the second argument. <>