mirror of
https://github.com/Lyxal/Keta.git
synced 2024-08-14 23:53:13 +00:00
Update ref.txt
This commit is contained in:
parent
d39222974a
commit
d12e2dc2d3
1 changed files with 16 additions and 12 deletions
28
ref.txt
28
ref.txt
|
@ -1,18 +1,21 @@
|
||||||
( ):
|
( ): NOP. Different to Keg where spaces do things.
|
||||||
(!):
|
(!): Returns length of L if iterable
|
||||||
("):
|
: Returns factorial of L otherwise
|
||||||
(#):
|
("): Start a string
|
||||||
|
(#): Comment
|
||||||
($):
|
($):
|
||||||
(%):
|
(%):
|
||||||
(&):
|
(&):
|
||||||
('):
|
('): Escape next character
|
||||||
(():
|
(():
|
||||||
()):
|
()):
|
||||||
(*):
|
(*): Returns L * R
|
||||||
|
: Returns every possible permutation of l and r
|
||||||
(+): Returns sum of L and R
|
(+): Returns sum of L and R
|
||||||
: Returns an interweaved block made of l and r
|
: Returns an interweaved block made of l and r
|
||||||
(,):
|
(,):
|
||||||
(-):
|
(-): Returns L - R
|
||||||
|
: Returns a block with elements in r removed from l
|
||||||
(.):
|
(.):
|
||||||
(/):
|
(/):
|
||||||
(0):
|
(0):
|
||||||
|
@ -35,13 +38,13 @@
|
||||||
(A):
|
(A):
|
||||||
(B):
|
(B):
|
||||||
(C):
|
(C):
|
||||||
(D):
|
(D): Decrement L
|
||||||
(E):
|
(E):
|
||||||
(F):
|
(F):
|
||||||
(G):
|
(G):
|
||||||
(H):
|
(H): Havle L
|
||||||
(I):
|
(I):
|
||||||
(J):
|
(J): Join L based on R
|
||||||
(K):
|
(K):
|
||||||
(L):
|
(L):
|
||||||
(M):
|
(M):
|
||||||
|
@ -49,7 +52,8 @@
|
||||||
(O):
|
(O):
|
||||||
(P):
|
(P):
|
||||||
(Q):
|
(Q):
|
||||||
(R):
|
(R): Repeat L, R times
|
||||||
|
: Repeatedly evaluate l, R times
|
||||||
(S):
|
(S):
|
||||||
(T):
|
(T):
|
||||||
(U):
|
(U):
|
||||||
|
@ -81,7 +85,7 @@
|
||||||
(o):
|
(o):
|
||||||
(p):
|
(p):
|
||||||
(q):
|
(q):
|
||||||
(r):
|
(r): Range from L to R
|
||||||
(s):
|
(s):
|
||||||
(t):
|
(t):
|
||||||
(u):
|
(u):
|
||||||
|
|
Loading…
Reference in a new issue