4 lines
91 B
ChaiScript
4 lines
91 B
ChaiScript
//If the following succeeds, the test passes
|
|
|
|
"Hello World".for_each(fun(x) { print(x) } )
|