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

            return(1);
        }