This commit is contained in:
Luxferre
2026-07-03 11:32:09 +03:00
parent 58867ee933
commit 4023323d5f
+2
View File
@@ -8,6 +8,8 @@ The Clyx runtime itself allows the programmer to redefine any already defined wo
The conventional source file suffix for Clyx code is `.clx`. The conventional source file suffix for Clyx code is `.clx`.
With the reference implementation installed in a POSIX-compatible environment, Clyx program sources may be made executable if they start with a `#!/usr/bin/env clyx` shebang.
--- ---
## Conventions ## Conventions