6 lines
75 B
V
6 lines
75 B
V
if boolean_expression {
|
|
statements
|
|
} else {
|
|
other
|
|
statements
|
|
}
|