Is there a list of all commands in REBOL in alphabetical order available ?

45 views
Skip to first unread message

Hans Schüren

unread,
Aug 27, 2016, 5:23:48 PM8/27/16
to REBOL
Hi ,

is there a list of all commands in REBOL in alphabetical order available ?

From beginner computer programming languages i am familiar with a complete

list of all commands in that language. In alphabetical order.

That makes sence.

Thus my question is whrere can i find such a list in Rebol ?

Download and print it out in hard copy.


Regards

Hans
Message has been deleted

Giulio Lunati

unread,
Aug 27, 2016, 6:06:59 PM8/27/16
to REBOL

Hans Schüren

unread,
Aug 27, 2016, 7:08:33 PM8/27/16
to REBOL
Wow ,

thank you very much Giulio.

Hans



Am Sonntag, 28. August 2016 00:06:59 UTC+2 schrieb Giulio Lunati:
http://www.rebol.com/r3/docs/functions.html

Carl Read

unread,
Aug 27, 2016, 7:37:29 PM8/27/16
to re...@googlegroups.com
Hi Hans,

There's this...

https://en.wikibooks.org/wiki/Rebol_programming/Dictionary

And you'll see there that WHAT (inexplicably) is for listing all Rebol's
functions, functions being closest to what you mean by 'commands'. It's
explained here...

https://en.wikibooks.org/wiki/REBOL_Programming/what

and you'll see it also gives you the source code. (So that's how you
list all the functions.) Also, this does the same for the question-mark
(used to show what a function does)...

https://en.wikibooks.org/wiki/REBOL_Programming/%3F

(I don't know which Rebol they refer to, but...

>> ?? what

and

>> ?? ?

will give you their source code at the Rebol Console for the version of
Rebol you're using.)

By somehow combining those two functions, you could come up with a
script that'd print out all the functions, their description and their
usage that could be nicely formatted to not waste a lot of paper when
they're printed out.

Someone's probably already done this, but the trouble with hard-copy is
it slowly goes out of date. Having one Rebol book is useful though. My
most thumbed one is the Rebol/Core User Guide.

Hope that helps!

-- Carl.

Hans Schüren

unread,
Aug 28, 2016, 11:20:16 AM8/28/16
to REBOL
Hello Carl ,

the wikibooks dictionary. That's what i mean.   Thank's.

It's because to have a complete list in hard copy.

Only see the plain command and make own notes on that sheet of paper.

WBR

Hans
Reply all
Reply to author
Forward
0 new messages