Skip to content
Snippets Groups Projects
Commit fc8289c4 authored by David Söderberg's avatar David Söderberg
Browse files

Update HOME_EXAM.md

parent 0c508446
No related branches found
No related tags found
No related merge requests found
...@@ -332,7 +332,7 @@ Declares the variable $`v`$ with type $`t`$ to current scope. ...@@ -332,7 +332,7 @@ Declares the variable $`v`$ with type $`t`$ to current scope.
### If true/false expression ### If true/false expression
```math ```math
\frac{<e, σ> ⇓ true <c1, σ> ⇓ σ'}{<\text{if } b \text{ then }c1> ⇓ σ} \frac{<b, σ> ⇓ true <c_1, σ> ⇓ σ'}{<\text{if } b \text{ then }c_1 \text{ else } c_2,σ> ⇓ σ'}
``` ```
### While expression ### While expression
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment