Advertisement
kolton

Untitled

Jan 29th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. for (i = 0; i < this.recipes.length; i += 1) {
  2. print(this.recipes[i].Ingredients.toSource());
  3.  
  4. IngredientLoop: for (j = this.recipes[i].Ingredients.length - 1; j > -1; j -= 1) {
  5. print("index " + j + " " + this.recipes[i].Ingredients[j]);
  6. delay(1000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement