Rebol Programming/connected?

USAGE:

CONNECTED?

DESCRIPTION:

Returns TRUE when connected to the Internet.

CONNECTED? is a native value.

SOURCE CODE

connected?: native [
    "Returns TRUE when connected to the Internet."
]