Skip to content

Commit

Permalink
More details for purpose of not catching a delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolique committed Nov 14, 2023
1 parent 5959df7 commit 7afebd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ The delay expression is used to delay the execution of a block. It can be used t
~{
// Some code.
// It will never be executed.
// Can be useful for code that you still want the compiler to check and throw errors on.
// It would be optimized out in the final assembly if the block isn't caught.
}
```

Expand Down

0 comments on commit 7afebd0

Please sign in to comment.