Files
2026-05-28 10:16:10 +00:00

14 lines
138 B
Plaintext

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