* Gabriele Santilli <[EMAIL PROTECTED]> [041203 03:42]:
 
 Hello Gabriele:
> Hi Tim,
> I guess your problem is just that you're getting the word directly
> from FIRST SYSTEM/WORDS, and that's unbound.
  
  Aha!

> >> fnc: first find first system/words '*
> == *
> >> do compose [help (fnc)]
> Found these words:
>    *               op!       Returns the first value multiplied by the second.
>    **              op!       Returns the first number raised to the second 
> numb...
>    copy*           action!   Returns a copy of a value.
> 
> >> do compose [help (in system/words fnc)]

  ;;And what works for me is:
  do compose [doc-string: helps (in system/words fnc)]
  ;; which captures the docs as a string

  Thanks!

> USAGE:
>     value1 * value2
> 
> DESCRIPTION:
>      Returns the first value multiplied by the second.
>      * is an op value.
> 
> ARGUMENTS:
>      value1 -- (Type: number pair char money time tuple)
>      value2 -- (Type: number pair char money time tuple)
> 
> Regards,
>    Gabriele.
> -- 
> Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
> Amiga Group Italia sez. L'Aquila  ---   SOON: http://www.rebol.it/
> 
> -- 
> To unsubscribe from the list, just send an email to rebol-request
> at rebol.com with unsubscribe as the subject.

-- 
Tim Johnson <[EMAIL PROTECTED]>
      http://www.alaska-internet-solutions.com
-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to