diff --git a/README.md b/README.md index 4723a5d..f1caf97 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Control flow can be done through `if` and `while` (which are technically also mo let varA = 120 let varB = 130 -if compare $varA > $varB { +if compare $varA < $varB { println "This code will run!" } else { println "This code won't run."