root/trunk/orca/doc/Implemented

Revision 4, 6.3 kB (checked in by krobillard, 3 years ago)

Added key to doc/Implemented

Line 
1
2Key
3
4  [ ]   To be done
5  [X]   Working
6  [/]   Partially working
7  [f]   Implemented as a function
8  [-]   Will not be done
9
10
11Comparison Functions
12
13  [X]   <
14  [X]   <=
15  [X]   <>
16  [X]   =
17  [X]   ==
18  [X]   =?
19  [X]   >
20  [X]   >=
21  [X]   equal?
22  [X]   greater-or-equal?
23  [X]   greater?
24  [X]   lesser-or-equal?
25  [X]   lesser?
26  [ ]   maximum-of
27  [ ]   minimum-of
28  [-]   not-equal?
29  [X]   same?
30  [ ]   sign?
31  [X]   strict-equal?
32  [-]   strict-not-equal?
33
34
35Context Functions
36
37  [ ]   alias
38  [X]   bind
39  [X]   context
40  [X]   get
41  [X]   in
42  [X]   set
43  [X]   unset
44  [X]   use
45  [X]   value?
46
47
48Control Functions
49
50  [X]   all
51  [X]   any
52  [ ]   attempt
53  [X]   break
54  [X]   catch
55  [ ]   compose
56  [X]   disarm
57  [ ]   dispatch
58  [X]   do
59  [-]   do-events
60  [X]   does
61  [X]   either
62  [-]   else
63  [X]   exit
64  [ ]   for
65  [X]   forall
66  [X]   foreach
67  [f]   forever
68  [f]   forskip
69  [X]   func
70  [f]   function
71  [X]   halt
72  [ ]   has
73  [X]   if
74  [ ]   launch
75  [X]   loop
76  [X]   next
77  [X]   quit
78  [X]   reduce
79  [ ]   remove-each
80  [X]   repeat
81  [X]   return
82  [ ]   secure
83  [f]   switch
84  [X]   throw
85  [X]   try
86  [X]   until
87  [ ]   wait
88  [X]   while
89
90
91Help Functions
92
93  [/]   ?
94  [ ]   ??
95  [ ]   about
96  [/]   comment
97  [ ]   dump-face
98  [ ]   dump-obj
99  [/]   help
100  [ ]   license
101  [f]   probe
102  [f]   source
103  [ ]   trace
104  [ ]   usage
105  [ ]   what
106
107
108Logic Functions
109
110  [X]   all
111  [X]   and
112  [X]   any
113  [X]   complement
114  [ ]   found?
115  [X]   not
116  [X]   or
117  [X]   random
118  [X]   xor
119
120
121Math Functions
122
123  [X]   *
124  [X]   **
125  [X]   +
126  [X]   -
127  [X]   /
128  [X]   //
129  [/]   abs
130  [ ]   absolute
131  [f]   add
132  [X]   and
133  [X]   arccosine
134  [X]   arcsine
135  [X]   arctangent
136  [X]   complement
137  [X]   cosine
138  [f]   divide
139  [X]   even?
140  [ ]   exp
141  [ ]   log-10
142  [ ]   log-2
143  [ ]   log-e
144  [ ]   max
145  [ ]   maximum
146  [ ]   maximum-of
147  [ ]   min
148  [ ]   minimum
149  [ ]   minimum-of
150  [f]   multiply
151  [X]   negate
152  [ ]   negative?
153  [X]   not
154  [X]   odd?
155  [X]   or
156  [ ]   positive?
157  [X]   power
158  [X]   random
159  [X]   remainder
160  [ ]   sign?
161  [X]   sine
162  [X]   square-root
163  [f]   subtract
164  [X]   tangent
165  [X]   xor
166  [ ]   zero?
167
168
169Modifying (Series) Functions
170
171  [ ]   alter
172  [f]   append
173  [/]   change
174  [/]   clear
175  [ ]   detab
176  [ ]   entab
177  [/]   insert
178  [/]   lowercase
179  [/]   remove
180  [ ]   remove-each
181  [f]   replace
182  [X]   reverse
183  [ ]   sort
184  [/]   trim
185  [/]   uppercase
186
187
188New or Newly Documented Functions
189
190  [ ]   alter
191  [ ]   as-pair
192  [ ]   attempt
193  [f]   brightness?
194  [ ]   component?
195  [ ]   construct
196  [ ]   dump-face
197  [ ]   dump-obj
198  [ ]   get-modes
199  [ ]   link?
200  [ ]   maximum-of
201  [ ]   minimum-of
202  [ ]   set-modes
203  [ ]   sign?
204  [ ]   to-local-file
205  [ ]   to-rebol-file
206  [ ]   viewed?
207
208
209Port, File, and IO Functions
210
211  [ ]   ask
212  [ ]   change-dir
213  [/]   clean-path
214  [ ]   close
215  [ ]   confirm
216  [ ]   connected?
217  [X]   delete
218  [X]   dir?
219  [X]   dirize
220  [ ]   dispatch
221  [X]   do
222  [ ]   echo
223  [/]   exists?
224  [ ]   get-modes
225  [ ]   info?
226  [ ]   input
227  [ ]   input?
228  [ ]   list-dir
229  [/]   load
230  [ ]   make-dir
231  [X]   modified?
232  [ ]   open
233  [X]   pick
234  [X]   poke
235  [X]   prin
236  [X]   print
237  [ ]   query
238  [/]   read
239  [ ]   read-io
240  [ ]   rename
241  [ ]   resend
242  [ ]   save
243  [ ]   script?
244  [ ]   secure
245  [ ]   send
246  [ ]   set-modes
247  [ ]   set-net
248  [/]   size?
249  [ ]   split-path
250  [ ]   suffix?
251  [ ]   to-local-file
252  [ ]   to-rebol-file
253  [ ]   update
254  [ ]   wait
255  [ ]   what-dir
256  [/]   write
257  [ ]   write-io
258
259
260Series (String, Block, etc.) Functions
261
262  [ ]   alter
263  [f]   append
264  [f]   array
265  [X]   at
266  [X]   back
267  [/]   change
268  [/]   clear
269  [X]   copy
270  [ ]   difference
271  [X]   empty?
272  [ ]   exclude
273  [ ]   extract
274  [-]   fifth
275  [X]   find
276  [X]   first
277  [ ]   found?
278  [-]   fourth
279  [ ]   free
280  [X]   head
281  [X]   head?
282  [X]   index?
283  [X]   insert
284  [ ]   intersect
285  [f]   join
286  [X]   last
287  [X]   length?
288  [/]   load
289  [ ]   maximum-of
290  [ ]   minimum-of
291  [ ]   offset?
292  [ ]   parse
293  [X]   pick
294  [X]   poke
295  [ ]   random
296  [f]   rejoin
297  [X]   remove
298  [ ]   remove-each
299  [f]   repend
300  [f]   replace
301  [ ]   reverse
302  [X]   second
303  [/]   select
304  [X]   skip
305  [ ]   sort
306  [f]   switch
307  [X]   tail
308  [X]   tail?
309  [X]   third
310  [ ]   union
311  [ ]   unique
312
313
314Data Set Functions
315
316  [ ]   alter
317  [f]   charset
318  [ ]   difference
319  [ ]   exclude
320  [ ]   extract
321  [ ]   intersect
322  [ ]   union
323  [ ]   unique
324
325
326Special String Functions
327
328  [ ]   build-tag
329  [ ]   checksum
330  [ ]   clean-path
331  [X]   compress
332  [ ]   debase
333  [ ]   decode-cgi
334  [X]   decompress
335  [ ]   dehex
336  [ ]   detab
337  [X]   dirize
338  [ ]   enbase
339  [ ]   entab
340  [/]   find
341  [X]   form
342  [ ]   import-email
343  [/]   lowercase
344  [X]   mold
345  [ ]   parse-xml
346  [f]   reform
347  [f]   rejoin
348  [ ]   remold
349  [ ]   split-path
350  [ ]   suffix?
351  [/]   trim
352  [/]   uppercase
353
354
355System Functions
356
357  [ ]   browse
358  [ ]   component?
359  [ ]   link?
360  [/]   now
361  [X]   protect
362  [ ]   protect-system
363  [X]   recycle
364  [ ]   unprotect
365  [ ]   upgrade
366
367
368Datatype Functions:
369
370  [X]  any-block?
371  [ ]  any-function?
372  [X]  any-string?
373  [ ]  any-type?
374  [X]  any-word?
375  [ ]  as-pair
376  [X]  binary?
377  [X]  bitset?
378  [X]  block?
379  [X]  char?
380  [ ]  construct
381  [X]  datatype?
382  [ ]  date?
383  [X]  decimal?
384  [ ]  dump-obj
385  [ ]  email?
386  [X]  error?
387  [ ]  event?
388  [X]  file?
389  [X]  function?
390  [X]  get-word?
391  [X]  hash?
392  [ ]  image?
393  [X]  integer?
394  [X]  issue?
395  [ ]  library?
396  [X]  list?
397  [X]  lit-path?
398  [X]  lit-word?
399  [X]  logic?
400  [/]  make
401  [-]  money?
402  [X]  native?
403  [X]  none?
404  [X]  number?
405  [X]  object?
406  [X]  op?
407  [X]  pair?
408  [X]  paren?
409  [X]  path?
410  [ ]  port?
411  [X]  refinement?
412  [ ]  routine?
413  [X]  series?
414  [X]  set-path?
415  [X]  set-word?
416  [X]  string?
417  [ ]  struct?
418  [X]  tag?
419  [X]  time?
420  [/]  to
421  [f]  to-binary
422  [f]  to-bitset
423  [f]  to-block
424  [f]  to-char
425  [ ]  to-date
426  [f]  to-decimal
427  [ ]  to-email
428  [f]  to-file
429  [f]  to-get-word
430  [ ]  to-hash
431  [ ]  to-hex
432  [ ]  to-idate
433  [ ]  to-image
434  [f]  to-integer
435  [f]  to-issue
436  [ ]  to-list
437  [f]  to-lit-path
438  [f]  to-lit-word
439  [f]  to-logic
440  [-]  to-money
441  [ ]  to-pair
442  [f]  to-paren
443  [f]  to-path
444  [f]  to-refinement
445  [f]  to-set-path
446  [f]  to-set-word
447  [f]  to-string
448  [f]  to-tag
449  [f]  to-time
450  [ ]  to-tuple
451  [ ]  to-url
452  [f]  to-word
453  [X]  tuple?
454  [X]  type?
455  [X]  unset?
456  [ ]  url?
457  [X]  word?
458
Note: See TracBrowser for help on using the browser.