5 lines
87 B
Text
5 lines
87 B
Text
if: condition then: {
|
|
// condition is true...
|
|
} else: {
|
|
// condition is false...
|
|
}
|