示例#1
0
文件: Library.cs 项目: enif77/EFrt
        // (a b c -- b c a)
        private int RotAction()
        {
            _interpreter.ORot();

            return(1);
        }