added more examples

This commit is contained in:
Luxferre
2026-07-05 18:39:20 +03:00
parent 4ed51b4429
commit fafc966480
4 changed files with 35 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env clyx
:: _main [
"Hello, world!" puts cr
"Hello from Clyx!" puts cr
]