< Rebol Programming
USAGE:
TRY block
DESCRIPTION:
Tries to DO a block and returns its value or an error.
TRY is a native value.
ARGUMENTS
- block -- (Type: block)
SOURCE CODE
try: native[ {Tries to DO a block and returns its value or an error.} block [block!] ]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.