CoffeScript Test
CoffeScript Test
CoffeeScript
fill = (container, liquid = "bluberry juice") ->
alert "Filling the #{container} with #{liquid}..."
thirsty = true
fill('mug') if thirsty is true
fill = (container, liquid = "bluberry juice") ->
alert "Filling the #{container} with #{liquid}..."
thirsty = true
fill('mug') if thirsty is true