RosettaCodeData/Task/Runtime-evaluation/Sparkling/runtime-evaluation-2.sparkling
2016-12-05 23:44:36 +01:00

2 lines
48 B
Text

let fn = exprtofn("#0 * #1");
fn(3, 4) // -> 12