14 lines
138 B
Plaintext
14 lines
138 B
Plaintext
Conditional
|
|
If (boolean-expression)
|
|
{
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
}
|
|
|
|
// If the boolean-expression evaluates to true , all lines of code between phrases.
|