@@ -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."
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.