Skip to content

Instantly share code, notes, and snippets.

@akio0911
Created June 29, 2009 17:11
Show Gist options
  • Save akio0911/137704 to your computer and use it in GitHub Desktop.
Save akio0911/137704 to your computer and use it in GitHub Desktop.
myStr = "2008" + "年";
myXList += <item>値1</item>;
myXML = <foo><bar>値1</bar></foo>;
myStr = myXML.bar;
delete myXML.bar;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment