- :nothing
try
perform action and catch possible errors
Parameters
try action :block :bytecode
Attributes
verbose | print all error messages as usual |
Returns
Examples
copytry [ ; let's try something dangerous print 10 / 0 ] ; we catch the exception but do nothing with it