3 lines
No EOL
65 B
Text
3 lines
No EOL
65 B
Text
(int -> int)
|
|
addmulti2 = (x , y) => (x + y) * 2;
|
|
addmulti2(40,10) |