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

3 lines
88 B
CoffeeScript

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