Solution for last "For Loops Unplugged"

Can someone message the solution to the last challenge to the activity guide? It seems like the trace goes to unsafe… But I just want to make sure. Thanks.

Is this the one?

MOVE_FORWARD ()
ROTATE_RIGHT ()
for (var i = 0; i < 2; i++)
{
   MOVE_FORWARD ()
   ROTATE_RIGHT ()
   MOVE_FORWARD ()
   ROTATE_LEFT ()
}

To me it looks like it goes off the screen to the left!

Yes! Sorry, I was thinking that the kids had to trace a solution. But I was thinking about it incorrectly. I guess I posted to the incorrect list this time too. Must be almost time for break!