Example #1
0
        // (a b c -- b c a)
        private int RotAction()
        {
            _interpreter.ORot();

            return(1);
        }