Command:Else
Jump to navigation
Jump to search
Contents
Syntax
Else | |
Usage | Beginner |
Level of Understanding | Intermediate |
Computer Savvy | Beginner |
Logic | Intermediate |
Else
Description
Else can be used in conjunction with If to do something when the conditions were not met.
Examples
if x == 5 { if y == 6 z:Set[17] } else z:Set[20]