示例#1
0
文件: VMelse.cs 项目: raket124/thesis
 public VMelse(MyElse root, VMfunction parent) : base(root, parent)
 {
 }
示例#2
0
 private static string Convert(MyElse input, Function f, ref int i)
 {
     return(string.Format("{0}}}else {{", BlockConverter.Indent(i - 1)));
 }