Rebol Programming/connected?
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."
]CONNECTED?
Returns TRUE when connected to the Internet.
CONNECTED? is a native value.
connected?: native [
"Returns TRUE when connected to the Internet."
]