RosettaCodeData/Task/Conditional-structures/V-(Vlang)/conditional-structures-2.v

7 lines
75 B
V

if boolean_expression {
statements
} else {
other
statements
}