Help for this page
$ds->p([ "hey", "you" ]); # Wrong ... $ds = new DiscourseSegment ( p => [ "hey", "you" ] ); # Sets both at object creation time