Rebol Programming/connected?

USAGE: edit

CONNECTED?

DESCRIPTION: edit

Returns TRUE when connected to the Internet.

CONNECTED? is a native value.

SOURCE CODE edit

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