We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e019355 + fbff112 commit e3d311eCopy full SHA for e3d311e
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