http://mirven.github.io/underscore.lua/ The example does not work: ``` _.include({1,2,3,4}, function(i) return i%2 == 0 end) => true _.include({1,3,5}, function(i) return i%2 == 0 end) => false ```