1
0
Fork 0
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:
JonoCode9374 2019-12-26 13:53:19 +11:00 committed by GitHub
parent 67dd1bc6fd
commit e99d21d52a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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