Skip to content

Instantly share code, notes, and snippets.

@ArchieR7
Created July 7, 2017 01:52
Show Gist options
  • Save ArchieR7/1d0bb6b3773fe358b058c6c3829610db to your computer and use it in GitHub Desktop.
Save ArchieR7/1d0bb6b3773fe358b058c6c3829610db to your computer and use it in GitHub Desktop.
if a == 1 {
print("a 等於 1")
} else {
print("a 不等於 1")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment