comment method

String? comment()

Implementation

String? comment(){
	return _comment;
}