4

Is there an object like rebol/words available in the REPL build with console.red ?

I am using the red-master currently on github ( it says alpha and Latin-1 only but no other version id and I didn't see anything at top of console.red)

I was trying some functions but didn't have a listing of those available ( it may be right under my nose ... )

thanks

1 Answers1

4

Use words-of system/words to get a list of all words defined in global context.

Use system/version to get the version and system/build/date for the build date.

DocKimbel
  • 3,127
  • 16
  • 27