[REBOL] setting environment variables
From: scott:jaderholm at: 29-Aug-2002 17:01
Hi, Is there a way in REBOL/Core to set an environment variable? I want to set TZ so I can easily get the time and date of various places around the world. Sincerely, Scott
Librarian comment
It is now possible to set an environment variable by calling a command line function. The call function is now available in REBOL/Core. It is documented at REBOL Command Shell Interface
Getting an environment variable is completely another matter.