4 lines
67 B
ChaiScript
4 lines
67 B
ChaiScript
for_each(range([1..10]), fun(x) {print(x);} );
|
|
|
|
assert_true(true);
|