Add test and reenable function I accidentally commented out

This commit is contained in:
Jason Turner 2012-05-19 18:04:51 -06:00
parent 804de05a0a
commit f1f4aeb4be

View File

@ -0,0 +1,3 @@
for_each(range([1..10]), fun(x) {print(x);} );
assert_true(true);