RosettaCodeData/Task/Conditional-structures/V-(Vlang)/conditional-structures-2.v
2023-07-01 13:44:08 -04:00

6 lines
75 B
V

if boolean_expression {
statements
} else {
other
statements
}