Skip to content

Instantly share code, notes, and snippets.

View coderjun's full-sized avatar

Jun Heider coderjun

View GitHub Profile
protected function swing():String
{
var output:String;
_isMonkey? output = "From tree to tree" : output = "Swing Low Sweet Chariot";
return output;
}