Error Handling
DryLang uses try and err blocks to handle errors gracefully.
Try / Err
The err block catches any error from the try block. The error message is injected into the specified variable.
DryLang uses try and err blocks to handle errors gracefully.
The err block catches any error from the try block. The error message is injected into the specified variable.