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