コード例 #1
0
 static void Main(string[] args)
 {
     Types.TFunction.Init();
     Interpreter interpreter = new Interpreter();
     interpreter.Run(args.Length > 0 ? args[0] : "");
 }