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

4 lines
41 B
V

if boolean_expression {
statements
}