Keta/ref.txt

98 lines
836 B
Plaintext
Raw Normal View History

2020-01-04 04:39:41 +00:00
Command | Description | Arity | Left | Right | Returns
( ): NOP | NA | NA | NA
(!): Length of right argument | 1 | NA | Iterable | length(right)
: Factorial of right argument | 1 | NA | Number | factorial(right)
("): Start/close string | 0 | NA | NA | NA
(#): Comment | NA | NA | NA | NA
($):
(%):
2019-12-24 23:38:42 +00:00
(&):
2020-01-04 04:39:41 +00:00
('):
(():
()):
(*):
(+):
(,):
(-):
2019-12-24 23:38:42 +00:00
(.):
2020-01-04 04:39:41 +00:00
(/):
(0):
(1):
(2):
(3):
(4):
(5):
(6):
(7):
(8):
(9):
(:):
(;):
(<):
(=):
(>):
(?):
2019-12-24 23:38:42 +00:00
(@):
(A):
(B):
(C):
2019-12-26 21:27:00 +00:00
(D):
2019-12-24 23:38:42 +00:00
(E):
(F):
(G):
2020-01-04 04:39:41 +00:00
(H):
2019-12-24 23:38:42 +00:00
(I):
2020-01-04 04:39:41 +00:00
(J):
2019-12-24 23:38:42 +00:00
(K):
(L):
(M):
(N):
(O):
(P):
(Q):
2020-01-04 04:39:41 +00:00
(R):
2019-12-24 23:38:42 +00:00
(S):
(T):
(U):
(V):
(W):
(X):
(Y):
(Z):
2020-01-04 04:39:41 +00:00
([):
(\):
(]):
2019-12-24 23:38:42 +00:00
(^):
(_):
(`):
(a):
(b):
(c):
(d):
(e):
(f):
(g):
(h):
(i):
(j):
(k):
(l):
(m):
(n):
(o):
(p):
(q):
2020-01-04 04:39:41 +00:00
(r):
2019-12-24 23:38:42 +00:00
(s):
(t):
(u):
(v):
(w):
(x):
(y):
(z):
2020-01-04 04:39:41 +00:00
({):
(|):
(}):
(~):