Hi Gregg
> There are win? and unix? system words, but I don't know what context they
> live in to make use of them.
ctx-prefs
is-win?: does [system/version/4 = 3]
is-mac?: does [all [system/version/4 = 2 system/version/5 <= 3]]
is-unix?: does [not any [is-win? is-mac?]]
win?: func [val] [if is-win? [val/data]]
unix?: func [val] [if is-unix? [val/data]]
---
Ciao
Romano
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.