Skip to content

6. If statements

CoolElectronics edited this page Jul 3, 2022 · 1 revision
v = 9
if v < 10{
 put "v is less than 10"
}else{
 put "v is greater than 10"
}

note that if else chains are not supported yet

Clone this wiki locally