diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-26 20:04:47 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-26 20:04:47 -0400 |
| commit | 07251d8774190396191b1f6c63be586902bca665 (patch) | |
| tree | c23b21a2f950bc5ed95346fa798adc5b3b92b59f /docs/syntax/index.md | |
| parent | a9e4e9f0167ed344e55ba298928a575cabb1de0d (diff) | |
list fn classes
Diffstat (limited to 'docs/syntax/index.md')
| -rw-r--r-- | docs/syntax/index.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/syntax/index.md b/docs/syntax/index.md index 9398f6b..fa47202 100644 --- a/docs/syntax/index.md +++ b/docs/syntax/index.md @@ -82,6 +82,18 @@ Represented as an symbol or a keyword starting with \` 1 `add 2 ``` +## Operator Conventions + +```text +`operator FIRST + +FIRST `operator SECOND + +FIRST `operator (REST; ...) + +`operator (FIRST; REST; ...) +``` + # Symbols Start with a `.` |
