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 e4fbc9c commit 8f9c9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/README-FlowControl-Exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module;
function: module1Init()
# this throws an exception with the string argument "not implemented"
# the exception can be catched at a higher level
throw "not implemented"
throw("not implemented")
end
```

Expand Down

0 comments on commit 8f9c9e4

Please sign in to comment.