Skip to content

Instantly share code, notes, and snippets.

@hrkd
Created May 30, 2013 09:56
Show Gist options
  • Save hrkd/5676865 to your computer and use it in GitHub Desktop.
Save hrkd/5676865 to your computer and use it in GitHub Desktop.
三項演算子
a = (a>b)? b : c ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment