jashkenas--coffeescript/documentation/coffee/functions.coffee

2 lines
45 B
CoffeeScript

square: x => x * x
cube: x => square(x) * x