remove cut

This commit is contained in:
Ilya Kantor 2018-02-06 13:07:22 +03:00
parent 37f1936622
commit be007e78ef
99 changed files with 0 additions and 198 deletions

View file

@ -6,8 +6,6 @@ Usually, a script "dies" (immediately stops) in case of an error, printing it to
But there's a syntax construct `try..catch` that allows to "catch" errors and, instead of dying, do something more reasonable.
[cut]
## The "try..catch" syntax
The `try..catch` construct has two main blocks: `try`, and then `catch`: