refs #22 more docs

This commit is contained in:
Sergey Chernov 2025-06-13 01:32:40 +04:00
parent c3bf536bab
commit c4122e8243

View File

@ -803,7 +803,10 @@ And even shortest, for the Lying lang tradition, missing var is `it`:
>>> void
It is possible to catch several exceptions in the same block too, use
`catch( varName: ExceptionClass1, ExceptionClass2)`, etc.
`catch( varName: ExceptionClass1, ExceptionClass2)`, etc, use short form of throw and
many more.
- see [exception handling](exceptions_handling.md) for detailed exceptions tutorial and reference.
# Self-assignments in expression