1
0
Fork 0
mirror of https://github.com/Lyxal/Keta.git synced 2024-08-14 23:53:13 +00:00
Keta/ref.txt

109 lines
1.1 KiB
Text
Raw Normal View History

2019-12-24 23:43:44 +00:00
( ): NOP. Different to Keg where spaces do things.
(!): Returns length of L if iterable
: Returns factorial of L otherwise
("): Start a string
(#): Comment
2019-12-24 23:38:42 +00:00
($):
(%):
(&):
2019-12-24 23:43:44 +00:00
('): Escape next character
2019-12-24 23:38:42 +00:00
(():
()):
2019-12-24 23:43:44 +00:00
(*): Returns L * R
: Returns every possible permutation of l and r
2019-12-24 23:40:35 +00:00
(+): Returns sum of L and R
: Returns an interweaved block made of l and r
2019-12-24 23:38:42 +00:00
(,):
2019-12-24 23:43:44 +00:00
(-): Returns L - R
: Returns a block with elements in r removed from l
2019-12-24 23:38:42 +00:00
(.):
(/):
(0):
(1):
(2):
(3):
(4):
(5):
(6):
(7):
(8):
(9):
(:):
(;):
(<):
(=):
(>):
(?):
(@):
(A):
(B):
(C):
2019-12-24 23:43:44 +00:00
(D): Decrement L
2019-12-24 23:38:42 +00:00
(E):
(F):
(G):
2019-12-24 23:43:44 +00:00
(H): Havle L
2019-12-24 23:38:42 +00:00
(I):
2019-12-24 23:43:44 +00:00
(J): Join L based on R
2019-12-24 23:38:42 +00:00
(K):
(L):
(M):
(N):
(O):
(P):
(Q):
2019-12-24 23:43:44 +00:00
(R): Repeat L, R times
: Repeatedly evaluate l, R times
2019-12-24 23:38:42 +00:00
(S):
(T):
(U):
(V):
(W):
(X):
(Y):
(Z):
([):
(\):
(]):
(^):
(_):
(`):
(a):
(b):
(c):
(d):
(e):
(f):
(g):
(h):
(i):
(j):
(k):
(l):
(m):
(n):
(o):
(p):
(q):
2019-12-24 23:43:44 +00:00
(r): Range from L to R
2019-12-24 23:38:42 +00:00
(s):
(t):
(u):
(v):
(w):
(x):
(y):
(z):
2019-12-24 23:40:35 +00:00
Arguments:
L -> Left Argument
R -> Right Argument
l -> Left block
r -> Right block
2019-12-24 23:38:42 +00:00
// Page template generated using the following Keg script
zɧ^(\(,,\),\:, ,
,