예제 #1
0
파일: Library.cs 프로젝트: enif77/EFrt
        // (a b c -- b c a)
        private int RotAction()
        {
            _interpreter.ORot();

            return(1);
        }