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