We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e019355 commit fbff112Copy full SHA for fbff112
src/statements.md
@@ -84,6 +84,8 @@ When the trailing semicolon is omitted, the result must be type `()`.
84
// good: the block's type is i32
85
if true {
86
1
87
+} else {
88
+ 2
89
};
90
```
91
0 commit comments