Skip to content

Instantly share code, notes, and snippets.

@coderjun
Created March 28, 2011 20:52
Show Gist options
  • Save coderjun/891248 to your computer and use it in GitHub Desktop.
Save coderjun/891248 to your computer and use it in GitHub Desktop.
protected function swing():String
{
var output:String;
_isMonkey? output = "From tree to tree" : output = "Swing Low Sweet Chariot";
return output;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment