From e99d21d52a3a61fce40d9de6c705ffa20ea5746b Mon Sep 17 00:00:00 2001 From: JonoCode9374 <36217120+JonoCode9374@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:53:19 +1100 Subject: [PATCH] Update Patterns.md --- Patterns.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Patterns.md b/Patterns.md index d0a7639..0f5680f 100644 --- a/Patterns.md +++ b/Patterns.md @@ -2,10 +2,13 @@ This is a list of how patterns are evaluated within Ket (ekg) Nilads: N n Ñ --> Nilads + Singles: S s Š --> Monads + Infixes: I i Ī --> Dyads L L* L& --> Left argument -- implicit/whatever is to the left + R R* R& --> Right argument -- implicit/whatever is to the left `{...}` means that the expressions are blocked together