Created
December 21, 2013 12:51
-
-
Save TachibanaKaoru/8068947 to your computer and use it in GitHub Desktop.
日本語の変数名その2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NSArray* クラス全員 = [[NSArray alloc] init]; | |
for( id 選ばれた人 in クラス全員){ | |
[選ばれた人 description]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment