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

7 lines
75 B
Coq
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
if boolean_expression {
statements
} else {
other
statements
}