mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-05-01 11:29:25 +08:00
3 lines
71 B
ChaiScript
3 lines
71 B
ChaiScript
auto prod = bind(foldl, _, `*`, 1.0)
|
|
assert_equal(60, prod([3, 4, 5]))
|