Skip to content

Instantly share code, notes, and snippets.

@TachibanaKaoru
Created December 21, 2013 12:51
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 TachibanaKaoru/8068948 to your computer and use it in GitHub Desktop.
Save TachibanaKaoru/8068948 to your computer and use it in GitHub Desktop.
日本語の変数名
int りんご = 5;
int ばなな = 3;
int 合計 = りんご + ばなな;
NSLog(@"合計は%d",合計);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment