Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save niwatako/b8acfa2ba0777b3f79f7 to your computer and use it in GitHub Desktop.

Select an option

Save niwatako/b8acfa2ba0777b3f79f7 to your computer and use it in GitHub Desktop.
var statusCode = 200
switch statusCode {
case 400..<500 :
print("400台ダヨ")
default:
print("知らないヨ")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment