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 372473f commit 4476703
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions documentation/README-FlowControl-Exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ Exceptions do not need to be catched at the level of the throw statement, it can
```
module
# this function is provided by our module_1.tscript
function: init()
function: module1Init()
console.printLine("-----------------")
console.printLine("init")
console.printLine("-----------------")
Expand Down Expand Up @@ -49,7 +48,7 @@ function: module1Init()
end
```

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

```
use: module_1.tscript
Expand Down

0 comments on commit 4476703

Please sign in to comment.