RosettaCodeData/Task/Runtime-evaluation/Sparkling/runtime-evaluation-2.sparkling
2023-07-01 13:44:08 -04:00

2 lines
48 B
Text

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