ChaiScript/unittests/bind.chai

3 lines
70 B
ChaiScript

var prod = bind(foldl, _, `*`, 1.0)
assert_equal(60, prod([3, 4, 5]))