Skip to content

Instantly share code, notes, and snippets.

@TachibanaKaoru
Created December 21, 2013 12:50
Show Gist options
  • Save TachibanaKaoru/8068946 to your computer and use it in GitHub Desktop.
Save TachibanaKaoru/8068946 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