mirror of
https://github.com/Lyxal/Keta.git
synced 2024-08-14 23:53:13 +00:00
Update Patterns.md
This commit is contained in:
parent
67dd1bc6fd
commit
e99d21d52a
1 changed files with 3 additions and 0 deletions
|
@ -2,10 +2,13 @@
|
||||||
This is a list of how patterns are evaluated within Ket (ekg)
|
This is a list of how patterns are evaluated within Ket (ekg)
|
||||||
|
|
||||||
Nilads: N n Ñ --> Nilads
|
Nilads: N n Ñ --> Nilads
|
||||||
|
|
||||||
Singles: S s Š --> Monads
|
Singles: S s Š --> Monads
|
||||||
|
|
||||||
Infixes: I i Ī --> Dyads
|
Infixes: I i Ī --> Dyads
|
||||||
|
|
||||||
L L* L& --> Left argument -- implicit/whatever is to the left
|
L L* L& --> Left argument -- implicit/whatever is to the left
|
||||||
|
|
||||||
R R* R& --> Right 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
|
`{...}` means that the expressions are blocked together
|
||||||
|
|
Loading…
Reference in a new issue