Hal Helms On Object Oriented Programming - Day Three

function Complete(){
	this.IsComplete( true );
	 
	this.AssignedBy().MessengerService().Send(
		this.AssignedTo(),
		"Task completed",
		"The following task was completed: #this.Description()#"
		);
}

For Cut-and-Paste