Rebol Programming/upgrade

USAGE:

edit
UPGRADE 

DESCRIPTION:

edit

Download a new version of REBOL if available.

UPGRADE is a function value.

SOURCE CODE

edit
upgrade: func [
    "Download a new version of REBOL if available." 
    /local platforms fields me message
][
    do http://www.rebol.com/releases.html
]