iBet uBet web content aggregator. Adding the entire web to your favor.
iBet uBet web content aggregator. Adding the entire web to your favor.



Link to original content: http://en.m.wikibooks.org/wiki/Special:Random
Rebol Programming/connected? - Wikibooks, open books for an open world

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."
]