Skip to content

Commit

Permalink
exception: some initial documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdr committed Dec 28, 2024
1 parent 4476703 commit 861b548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/README-FlowControl-Exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

MinitScript supports exceptions, which are categorized as flow control.

# 1. What are exception
# 1. What are exceptions

Exceptions are about 3 things. Trying to do some work, that can issue a exception, which means a failure in logic, and catching the exception.
Third is also how to throw exceptions.
Expand Down Expand Up @@ -48,7 +48,7 @@ function: module1Init()
end
```

## 1.3. A more complete initialization example
## 1.3. Initialization example

```
use: module_1.tscript
Expand Down

0 comments on commit 861b548

Please sign in to comment.