mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 01:06:54 +08:00
4 lines
67 B
ChaiScript
4 lines
67 B
ChaiScript
for_each(range([1..10]), fun(x) {print(x);} );
|
|
|
|
assert_true(true);
|