BSL:Manual: Difference between revisions

→‎if: oops, forgot to mention "else if" here
(→‎Conditional: adding "else if"; mentioning optional braces for one-line conditional blocks)
(→‎if: oops, forgot to mention "else if" here)
Line 121: Line 121:
===Conditional===
===Conditional===
====if====
====if====
The only conditional statement is "if", with an optional "else" follow-up.
The only conditional statement is "if", with optional follow-up statements "else if" and "else", discussed below.


  if (a operator b)
  if (a operator b)