Files
Toy/tests/scripts/test_keyword_for_iteration.toy
Ratstail91 f11bc95833 For loop on arrays working, untested, read more
Needed: break and continue support, extensive tests, other iterables
2026-05-24 18:13:18 +10:00

5 lines
107 B
Plaintext

//TODO: empty test script
//TODO: test iteration on arrays, tables, closures
//TODO: test break, continue