shift-mod ( m s w -- n )


Vocabulary
math.bitwise

Inputs
man integer
san integer
wan integer


Outputs
nan integer


Word description
Calls shift on n and s, wrapping the result to w bits.

Definition