Exemplo n.º 1
0
 static bool Write_FS_TS_U(Transpiler t, ClauseExpr d)
 {
     t.WriteLine("foreach({0} {1} in bwxTask.Context.QueryType({2}))",
                 d.Subject.Type, t.Translate(d.Subject), t.Translate(d.Subject.AtomTypeExpr));
     t.StartBlock(null);
     Write_U(t, d);
     return(false);
 }