Monday, May 12, 2008

X rolls

PREPERATION TIME

10 minutes

READY IN

2 minutes


INGREDIENTS

2 tablespoons each of leftover X_i curry, 0 <= i <= N, number of non-vegetarian curries available
1 tablespoon each of chopped Y_j, 0 <= j <= M, number of raw/pickled vegetables available
Some Z_k sauce/dressing to taste, 0 <= k <= P, number of sauces/dressings available
2 leftover rotis/pulkas


DIRECTIONS

Kitchen.Microwave.preHeat(rotis, 2); //to soften them
Kitchen.Container C=new Container();

//to make the filling
for(int j = 0; j <= M; j++)
{
           C.addVegetable(Y_j);
           Y.delete(j);

           int l = rand(0, P);
           if(Cook.checkTasteBuds(Z_l))
           {
                     C.addSauce(Z_l);
                     Z.delete(l);
           }
}

C.mixContents();
C.emptyInto(pulkas);

for(int i = 0, k = 0; i <= N; i++, k++)
{
           C.addCurry(X_i);
           X.delete(i);

           if(k <= P && Z.exists(k) && Cook.checkTasteBuds(Z_k))
           {
                     C.addSauce(Z_k);
                     Z.delete(k);
           }
}

if(!Z.empty())
{
          C.addAll(Z);
}

C.mixContents();
C.emptyInto(pulkas);
Cook.roll(pulkas);
Kitchen.Microwave.heat(pulkas, 2);
Cook.serve(rolls, coke);

//GG

1 comment:

Anonymous said...

tindi...tindi..tindi!