Move and resize window in another screen

This is terrific. But is there any way of doing this more generally? Say I want to move a window to the next screen to the right, looping back to the first screen at the end? Something like

SCREEN((Current+1) mod ScreenCount, ...)