7.7 Flow control

7.7.1 if/else

  • Logical switch
  • Define switch with @if and @else directives
  • Resolves to CSS

See example from the book, which builds on inheritance example in the prior section.

7.7.2 Loops

  • Same structure as JavaScript loop
  • Substitute values through string interpolation #{...}