Rebol Programming/connected?

USAGE:Edit

CONNECTED?

DESCRIPTION:Edit

Returns TRUE when connected to the Internet.

CONNECTED? is a native value.

SOURCE CODEEdit

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