procedure Meeting;
const
MeetingTitle = 'August: Break';
MeetingMonth = 2024.08 ;
{ tags: #2024 }
const
MeetingTitle = 'August: Break';
MeetingMonth = 2024.08 ;
{ tags: #2024 }
begin
WriteLn('''
MeetingDetails(MeetingTitle, MeetingMonth);
end;
WriteLn('''
No meeting this month–enjoy a trip to the beach or mountains!''');
MeetingDetails(MeetingTitle, MeetingMonth);
end;