Saved Bookmarks
| 1. |
Explain @else if directive? |
|
Answer» @ELSE if the DERIVATIVE is USED with the @if derivative when TWO CODES have to run like if the condition is true then do this and @else if-if the condition is false. Example// $test: 5; |
|