예제 #1
0
파일: test25.cs 프로젝트: yallie/refal
        static void Main(string[] args)
        {
            RefalBase.commandLineArguments = args;

            _Go(new PassiveExpression());

            RefalBase.CloseFiles();
        }