Пример #1
0
        // {o -- o o}
        private int DupAction()
        {
            _interpreter.ODup();

            return(1);
        }