Congratulations, Graham!
You've either found a problem in the REBOL documentation or a bug in
'wait.

> The documentation for wait says:
> "If the value is a TIME, delay for that period. If the value is a
DATE/TIME, wait until that DATE/TIME. "

>> help wait
Waits for a duration, port, or both.
Arguments:
    value --  (number time port block)

>> source wait
wait: native[
    "Waits for a duration, port, or both."
    value [number! time! port! block!]
]

>> type? now + 00:00:05
== date!

Be sure to send to write it up and send it to [EMAIL PROTECTED] :-)

Andrew Martin
Who thinks it's a bug in wait...
[EMAIL PROTECTED]
http://members.xoom.com/AndrewMartin/
Online @ 33,600 Baud!
-><-

Reply via email to