[REBOL] Help for 'parse dialect words
From: al:bri:xtra at: 13-Dec-2000 7:12
It was written:
> Questions like this would be helped if we had a way of adding help to
keywords in a parse dialect. Anyone any ideas of a clean way of doing this?
This sounds more like a problem for Rebol crew. Perhaps:
>> help parse
USAGE:
PARSE input rules /all /case
DESCRIPTION:
Parses a series according to rules.
SOME - blah blah
ANY - blah blah
etcetera...
PARSE is a native value.
ARGUMENTS:
input -- Input series to parse (Type: series)
rules -- Rules to parse by (Type: block string none)
REFINEMENTS:
/all -- Parses all chars including spaces.
/case -- Uses case-sensitive comparison.
This could be done in the description text for the 'parse function.
Andrew Martin
ICQ: 26227169 http://members.nbci.com/AndrewMartin/