RosettaCodeData/Task/Interactive-programming/CoffeeScript/interactive-programming.coffee

6 lines
111 B
CoffeeScript
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
$ coffee -n
coffee> f = (a, b, c) -> a + c + c + b
[Function]
coffee> f "Rosetta", "Code", ":"
"Rosetta::Code"