Ejemplo n.º 1
0
 public static bool IsAppendable(Plan.Component c)
 {
     return(c.Pos.Col != -1 && c.Command != '.');
 }
Ejemplo n.º 2
0
 public static Plan.Component Identity(Plan.Component c)
 {
     return(c);
 }