Skip to content

Instantly share code, notes, and snippets.

@showstopper
Created August 22, 2010 20:48
Show Gist options
  • Save showstopper/544265 to your computer and use it in GitHub Desktop.
Save showstopper/544265 to your computer and use it in GitHub Desktop.
if (42 == (lang_Numbers__SSizeT) "3" || 42 == (lang_Numbers__SSizeT) "2" || 42 == (lang_Numbers__SSizeT) "cd"){
{
}
} else if (42 == (lang_Numbers__SSizeT) NULL){
{
}
} else {
{
}
};
match 42 {
case => {}
case "3" || "2" || "cd" => {}
case null => {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment