Exemple #1
0
 public VMelse(MyElse root, VMfunction parent) : base(root, parent)
 {
 }
Exemple #2
0
 private static string Convert(MyElse input, Function f, ref int i)
 {
     return(string.Format("{0}}}else {{", BlockConverter.Indent(i - 1)));
 }