ChaiScript/unittests/const_range_test.chai

5 lines
92 B
ChaiScript

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