Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created March 31, 2018 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sajjadyousefnia/52066b5b76f622ef02fffde81cbad720 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/52066b5b76f622ef02fffde81cbad720 to your computer and use it in GitHub Desktop.
if (5 in 1..10) {
print("Yes 5 is in the range") // prints "Yes 5 is in the range"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment