< Rebol Programming

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."
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.