Creates a switch statement to compare a variable with different values. case
initializes the switch statement, and when
compares its values.
Input
{% assign handle = "cake" %} |
Output
This is a cake |
Creates a switch statement to compare a variable with different values. case
initializes the switch statement, and when
compares its values.
Input
{% assign handle = "cake" %} |
Output
This is a cake |