TComp/test/prog.tc

3 lines
65 B
Text
Raw Normal View History

(int -> int)
addmulti2 = (x , y) => (x + y) * 2;
addmulti2(40,10)