예제 #1
0
파일: Module.cs 프로젝트: ianhorswill/Step
 static Module()
 {
     Global = new Module("Global", null);
     Builtins.DefineGlobals();
 }