jashkenas--coffeescript/documentation/coffee/default_args.coffee

9 lines
94 B
CoffeeScript
Raw Normal View History

fill = (container, liquid = "coffee") ->
"Filling the #{container} with #{liquid}..."