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

6 lines
111 B
CoffeeScript
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$ coffee -n
coffee> f = (a, b, c) -> a + c + c + b
[Function]
coffee> f "Rosetta", "Code", ":"
"Rosetta::Code"