Fix mistake in readme
This commit is contained in:
@@ -50,7 +50,7 @@ Control flow can be done through `if` and `while` (which are technically also mo
|
|||||||
let varA = 120
|
let varA = 120
|
||||||
let varB = 130
|
let varB = 130
|
||||||
|
|
||||||
if compare $varA > $varB {
|
if compare $varA < $varB {
|
||||||
println "This code will run!"
|
println "This code will run!"
|
||||||
} else {
|
} else {
|
||||||
println "This code won't run."
|
println "This code won't run."
|
||||||
|
|||||||
Reference in New Issue
Block a user