Ejemplo n.º 1
0
        // (F: f -- )
        private int FDropAction()
        {
            _interpreter.FStackExpect(1);

            _interpreter.FDrop();

            return(1);
        }