Exemplo n.º 1
0
        public void NextInstruction()
        {
            _currentInstruction++;

            if (_currentInstruction >= Fct.Code.Count)
            {
                _stack.CloseFunction();
            }
        }