Rebol Programming/connected?

From Wikibooks, open books for an open world
Jump to navigation Jump to search

USAGE:

[edit | edit source]
CONNECTED?

DESCRIPTION:

[edit | edit source]

Returns TRUE when connected to the Internet.

CONNECTED? is a native value.

SOURCE CODE

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