mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-01-01 03:12:23 +08:00
5 lines
92 B
ChaiScript
5 lines
92 B
ChaiScript
//If the following succeeds, the test passes
|
|
|
|
|
|
"Hello World".for_each(fun(x) { print(x) } )
|