In building a case structure conditioned by 'string', how can I make the last case slide cover all other cases, other than the option choosable ? Just like the else statement in the text based programming language.
They have supplied a way to mark what the default case is. The keyword is "Default", so if your last case was for a string "No" then the selector at the top of the case would look like "No", Default