"… and if they have eggs, get a dozen, " she added.

He later came home with 12 gallons of milk.

“Why’d you get so much milk!?!” his wife asked.

He replies, “THEY HAD EGGS!”

  • vinnymac@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    8時間前

    The shopping list doesn’t need to be additive, that’s just one way of interpreting what the wife wrote. There is no one correct way to read a joke as a program (my whole point), that is unless you write an interpreter for jokes :P

    function getGallonOfMilk() {
      return 1;
    }
    
    function getDozen() {
      return 12;
    }
    
    const hasEggs = store.checkInventory(“eggs”);
    
    const result = (
      getGallonOfMilk(),
      hasEggs && getDozen()
    );
    
    console.log(result * "🥛"); // 🥛🥛🥛🥛🥛🥛🥛🥛🥛🥛🥛🥛