v0.3.1: range/qfor/for in stdlib

This commit is contained in:
Luxferre
2026-07-05 17:40:48 +03:00
parent 260ad6c894
commit 4ed51b4429
7 changed files with 28 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env clyx
:: _main [
"Hello, world!" puts cr
]