Rebol Programming/Dictionary

From Wikibooks, open books for an open world
Jump to navigation Jump to search


There is a dictionary of standard words in REBOL. Since REBOL doesn't protect the standard words, you can change standard words assigning other values to them. If you want to prevent changes to standard words referring to functions use the protect-system function. This list doesn't contain dialect words like "button" of VID, the dialects words are in the relative dialect page (VID, DRAW, SHAPE, R3D).

Operators[edit | edit source]

A[edit | edit source]

B[edit | edit source]

C[edit | edit source]

D[edit | edit source]

E[edit | edit source]

F[edit | edit source]

G[edit | edit source]

H[edit | edit source]

I[edit | edit source]

J[edit | edit source]

K[edit | edit source]

L[edit | edit source]

M[edit | edit source]

N[edit | edit source]

O[edit | edit source]

P[edit | edit source]

Q[edit | edit source]

R[edit | edit source]

S[edit | edit source]

T[edit | edit source]

U[edit | edit source]

V[edit | edit source]

W[edit | edit source]

X[edit | edit source]

Y[edit | edit source]

Z[edit | edit source]