2 lines
42 B
Standard ML
2 lines
42 B
Standard ML
(fun x -> fun y -> fun x -> x+y*2) 0 19 4
|
(fun x -> fun y -> fun x -> x+y*2) 0 19 4
|