Files
ChaiScript/unittests/const_range_test.chai
2010-10-02 21:31:18 +00:00

5 lines
92 B
ChaiScript

//If the following succeeds, the test passes
"Hello World".for_each(fun(x) { print(x) } )