ChaiScript/unittests/bind.chai
2009-07-09 03:37:57 +00:00

3 lines
59 B
ChaiScript

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