RosettaCodeData/Task/Conditional-structures/Go/conditional-structures-1.go

4 lines
40 B
Go

if booleanExpression {
statements
}