APL (Dyalog Extended), 4 bytesbytes (SBCS )
Anonymous tacit infix function. Takes string n as right argument and number m as left argument.
⍎-⍛⌽
⍎ execute the result of
-⍛ negating the left argument, then using that to
⌽ cyclically rotate the right argument
APL (Dyalog Extended), 4 bytes
Anonymous tacit infix function. Takes string n as right argument and number m as left argument.
⍎-⍛⌽
⍎ execute the result of
-⍛ negating the left argument, then using that to
⌽ cyclically rotate the right argument
APL (Dyalog Extended), 4 bytes (SBCS )
Anonymous tacit infix function. Takes string n as right argument and number m as left argument.
⍎-⍛⌽
⍎ execute the result of
-⍛ negating the left argument, then using that to
⌽ cyclically rotate the right argument
APL (Dyalog Extended), 4 bytes
Anonymous tacit infix function. Takes string n as right argument and number m as left argument.
⍎-⍛⌽
⍎ execute the result of
-⍛ negating the left argument, then using that to
⌽ cyclically rotate the right argument