< Rebol Programming

USAGE:

UPGRADE 

DESCRIPTION:

Download a new version of REBOL if available.

UPGRADE is a function value.

SOURCE CODE

upgrade: func [
    "Download a new version of REBOL if available." 
    /local platforms fields me message
][
    do http://www.rebol.com/releases.html
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.