[REBOL] Re: Windows "Uptime" API
From: joel:neely:fedex at: 14-Mar-2002 8:17
Not to be picky, but... Andrew Martin wrote:> Rebol/Command is required. >REBOL/Command >>on microSoft windows<< and thereby no longer platform neutral. -jn- -- ; sub REBOL {}; sub head ($) {@_[0]} REBOL [] # despam: func [e] [replace replace/all e ":" "." "#" "@"] ; sub despam {my ($e) = @_; $e =~ tr/:#/.@/; return "\n$e"} print head reverse despam "moc:xedef#yleen:leoj" ;