Rebol Programming/net-utils

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

USAGE:

[edit | edit source]
NET-ERROR info 

DESCRIPTION:

[edit | edit source]

(undocumented)


NET-ERROR is a function value.

ARGUMENTS:

[edit | edit source]
  • info -- (Type: any)

SOURCE CODE

[edit | edit source]
net-error: func [info][make error! info]