Skip to content

Commit

Permalink
fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Miezekatze64 committed Oct 23, 2022
1 parent 662a60e commit 0453281
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ state of development, do not expect anything to work as you want it to....</b>
```swl
if (1 == 1) {
println("is true");
} else {
} else if (0 == 1) {
println("THIS IS NOT POSSIBLE");
} else {
println("WTF!?");
}
```
Expand Down

0 comments on commit 0453281

Please sign in to comment.