updated examples to use say

This commit is contained in:
Luxferre
2026-07-07 10:56:11 +03:00
parent b1cd35d0ca
commit 371b354bcb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
#!/usr/bin/env clyx
_start [ "Hello from Clyx!" puts cr ]
_start [ say "Hello from Clyx!" ]