@@ -314,6 +331,14 @@ Declares the variable $`v`$ with type $`t`$ to current scope.
{<v := e, σ> ⇓ σ[v := e]}
```
### If true/false expression
```math
\frac{<e, σ> ⇓ true <c1, σ> ⇓ σ'}{<if \text{ } b \text{ } then \text{ } c1> ⇓ σ}
```
### While expression
### Return expression
- Explain (in text) what an interpretation of your example should produce, do that by dry running your given example step by step. Relate back to the SOS rules. You may skip repetitions to avoid cluttering.