Skip to content

Commit

Permalink
Re-added some text to the when statements conditional compilation sec…
Browse files Browse the repository at this point in the history
…tion.
  • Loading branch information
karl-zylinski committed Sep 17, 2024
1 parent 2e6e66a commit bf7a92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2934,7 +2934,7 @@ Please see the procedure attribute [`@(test)`](https://odin-lang.org/docs/overvi

### `when` statements

[when statements](#when-statement) are used to include or exclude code at compile-time:
Sometimes you only want compile a block of code if a certain compile-time expression evaluates to `true`. This can be done using the [when statements](#when-statement):

```
when ODIN_OS == .Linux {
Expand Down

0 comments on commit bf7a92b

Please sign in to comment.