Created
December 21, 2013 12:50
-
-
Save TachibanaKaoru/8068946 to your computer and use it in GitHub Desktop.
タイ語の変数名
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
// タイ語 | |
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