From 07251d8774190396191b1f6c63be586902bca665 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 26 May 2026 20:04:47 -0400 Subject: list fn classes --- docs/syntax/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/syntax/index.md') 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 `.` -- cgit v1.2.3