mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
7 lines
46 B
CoffeeScript
7 lines
46 B
CoffeeScript
# test
|
|
f1: x =>
|
|
x * x
|
|
f2: y =>
|
|
y * x
|
|
|