Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

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