Skip to content

Instantly share code, notes, and snippets.

@takuma104
Created August 11, 2009 09:25
Show Gist options
  • Save takuma104/165720 to your computer and use it in GitHub Desktop.
Save takuma104/165720 to your computer and use it in GitHub Desktop.
>> Hoge = "Hage"
=> "Hage"
>> Hoge + "atama"
=> "Hageatama"
>> HA = Hoge + "atama"
=> "Hageatama"
>> HA
=> "Hageatama"
>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment