-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathall-keywords.html
762 lines (760 loc) · 7.23 KB
/
all-keywords.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/google/code-prettify/master/src/prettify.css" />
<script type="text/javascript" src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
<script type="text/javascript" src="lang-rebol.js"></script>
</head>
<body>
<h1>Rebol</h1>
<h2>All keywords (with refinements) found in Rebol3</h2>
<pre class="prettyprint lang-rebol">
!
!=
!==
&
*
**
+
++
-
--
---
/
//
<
<=
<>
=
==
=?
>
>=
?
?/doc
??
about
abs
absolute
action
action?
add
ajoin
all
also
alter
alter/case
and
and~
any
any-block?
any-function?
any-object?
any-path?
any-string?
any-word?
append
append/dup
append/only
append/part
apply
apply/only
arccosine
arccosine/radians
arcsine
arcsine/radians
arctangent
arctangent/radians
array
array/initial
as-pair
ascii?
ask
ask/hide
assert
assert/type
at
attempt
back
binary?
bind
bind/copy
bind/new
bind/only
bind/set
bind?
bitset?
block?
body-of
boot-print
bound?
break
break/return
browse
bugs
call
call/wait
case
case/all
catch
catch/name
catch/quit
cause-error
cd
change
change-dir
change/dup
change/only
change/part
changes
char?
charset
charset/length
chat
check
checksum
checksum/hash
checksum/key
checksum/method
checksum/part
checksum/secure
checksum/tcp
clean-path
clean-path/dir
clean-path/only
clear
close
closure
closure?
collect
collect-words
collect-words/deep
collect-words/ignore
collect-words/set
collect/into
command?
comment
complement
compose
compose/deep
compose/into
compose/only
compress
compress/gzip
compress/part
confirm
confirm/with
construct
construct/only
construct/with
context
continue
copy
copy/deep
copy/part
copy/types
cosine
cosine/radians
create
datatype?
date?
debase
debase/base
decimal?
decloak
decloak/with
decode
decode-url
decompress
decompress/gzip
decompress/limit
decompress/part
default
dehex
delect
delect/all
delect/in
delete
deline
deline/lines
delta-profile
delta-time
demo
detab
detab/size
difference
difference/case
difference/skip
dir?
dirize
divide
do
do-callback
do-codec
do-commands
do/args
do/next
docs
does
dp
ds
dt
dump
dump-obj
dump-obj/match
echo
eighth
either
email?
empty?
enbase
enbase/base
encloak
encloak/with
encode
encode/options
encoding?
enline
entab
entab/size
equal?
equiv?
error?
even?
event?
evoke
exclude
exclude/case
exclude/skip
exists?
exit
exp
extend
extract
extract/default
extract/index
extract/into
fifth
file-type?
file?
find
find-all
find-script
find/any
find/case
find/last
find/match
find/only
find/part
find/reverse
find/skip
find/tail
find/with
first
first+
for
forall
foreach
forever
form
format
format/pad
forskip
found?
fourth
frame?
func
funco
funct
funct/extern
funct/with
function
function?
get
get-env
get-path?
get-word?
get/any
gob?
greater-or-equal?
greater?
halt
handle?
has
head
head?
help
help/doc
if
if/else
image?
import
import/check
import/no-lib
import/no-share
import/no-user
import/version
in
in-dir
index?
index?/xy
info?
input
insert
insert/dup
insert/only
insert/part
integer?
intern
intersect
intersect/case
intersect/skip
invalid-utf?
invalid-utf?/utf
issue?
join
last
last?
latin1?
launch
launch/args
launch/wait
length?
lesser-or-equal?
lesser?
library?
license
limit-usage
list-dir
list-dir/d
list-dir/f
list-dir/i
list-dir/l
list-dir/r
list-env
lit-path?
lit-word?
load
load-extension
load-extension/dispatch
load-gui
load/all
load/header
load/next
load/type
log-10
log-2
log-e
logic?
loop
loud-print
lowercase
lowercase/part
ls
ls/d
ls/f
ls/i
ls/l
ls/r
make
make-banner
make-dir
make-dir/deep
map
map-each
map-event
map-gob-offset
map-gob-offset/reverse
map?
max
maximum
maximum-of
maximum-of/skip
min
minimum
minimum-of
minimum-of/skip
mkdir
mkdir/deep
mod
modified?
modify
module
module/mixin
module?
modulo
mold
mold/all
mold/flat
mold/only
mold64
money?
more
move
move/part
move/skip
move/to
multiply
native
native?
negate
negative?
new-line
new-line/all
new-line/skip
new-line?
next
ninth
none?
not
not-equal?
not-equiv?
now
now/date
now/day
now/month
now/precise
now/time
now/utc
now/weekday
now/year
now/yearday
now/zone
number?
object
object?
odd?
offset?
op?
open
open/allow
open/new
open/read
open/seek
open/write
open?
or
or~
pair?
paren?
parse
parse/all
parse/case
past?
path?
pending
percent?
pick
poke
port?
positive?
power
prin
print
printf
probe
protect
protect/deep
protect/hide
protect/values
protect/words
pwd
q
q/now
q/return
query
query/mode
quit
quit/now
quit/return
quote
random
random/only
random/secure
random/seed
read
read/lines
read/part
read/seek
read/string
rebcode?
recycle
recycle/ballast
recycle/off
recycle/on
recycle/torture
reduce
reduce/into
reduce/no-set
reduce/only
refinement?
reflect
reform
rejoin
remainder
remold
remold/all
remold/flat
remold/only
remove
remove-each
remove/part
rename
repeat
repend
repend/dup
repend/only
repend/part
replace
replace/all
replace/case
replace/tail
request-file
request-file/file
request-file/filter
request-file/multi
request-file/save
request-file/title
resolve
resolve/all
resolve/extend
resolve/only
return
return/redo
reverse
reverse/part
reword
reword/escape
reword/into
rm
round
round/ceiling
round/down
round/even
round/floor
round/half-ceiling
round/half-down
round/to
same?
save
save/all
save/compress
save/header
save/length
say-browser
scalar?
script?
second
secure
select
select/any
select/case
select/last
select/only
select/part
select/reverse
select/skip
select/with
selfless?
series?
set
set-env
set-path?
set-scheme
set-word?
set/any
set/pad
seventh
shift
shift/logical
sign?
sine
sine/radians
single?
sixth
size?
skip
sort
sort/all
sort/case
sort/compare
sort/part
sort/reverse
sort/skip
source
spec-of
speed?
speed?/no-io
speed?/times
split
split-path
split/into
square-root
stack
stack/args
stack/block
stack/depth
stack/func
stack/limit
stack/size
stack/word
stats
stats/evals
stats/profile
stats/show
stats/timer
strict-equal?
strict-not-equal?
string?
struct?
subtract
suffix?
swap
switch
switch/all
switch/default
t
tag?
tail
tail?
take
take/deep
take/last
take/part
tangent
tangent/radians
task
task?
tenth
third
throw
throw/name
time?
title-of
to
to-binary
to-bitset
to-block
to-char
to-closure
to-command
to-datatype
to-date
to-decimal
to-email
to-error
to-event
to-file
to-function
to-get-path
to-get-word
to-gob
to-hex
to-hex/size
to-image
to-integer
to-issue
to-lit-path
to-lit-word
to-local-file
to-local-file/full
to-logic
to-map
to-module
to-money
to-object
to-pair
to-paren
to-path
to-percent
to-port
to-rebol-file
to-refinement
to-relative-file
to-relative-file/as-local
to-relative-file/as-rebol
to-relative-file/no-copy
to-set-path
to-set-word
to-string
to-tag
to-time
to-tuple
to-typeset
to-url
to-vector
to-word
trace
trace/back
trace/function
transcode
transcode/error
transcode/next
transcode/only
trim
trim/all
trim/auto
trim/head
trim/lines
trim/tail
trim/with
true?
try
try/except
tuple?
type?
type?/word
types-of
typeset?
unbind
unbind/deep
undirize
union
union/case
union/skip
unique
unique/case
unique/skip
unless
unprotect
unprotect/deep
unprotect/values
unprotect/words
unset
unset?
until
update
upgrade
uppercase
uppercase/part
url?
usage
use
utf?
utype?
value?
values-of
vector?
wait
wait/all
wake-up
what
what-dir
what/args
while
why?
word?
words-of
write
write/allow
write/append
write/lines
write/part
write/seek
xor
xor~
zero?
|
</pre>
</body>
</html>