const
MeetingTitle = 'Spice up Your Console!';
MeetingMonth = 2026.08 ;
{ tags: #2026 }
WriteLn('''
Today’s software makes great use of pretty styles, gradient shading, sliding effects, 3-D buttons, eye-catching charts, splashy graphics, and more ways to make them attractive and user-friendly. But if all you need (or are restricted to) is a simple console app, it’s appearance can seem so dull in comparison. Even adding a line of dashes or making letters all upper-case doesn’t start to compare. There is a way to add color, control screen placement, and more when generating console output if you dive into the ANSI Escape Sequences that most terminals support.''');
MeetingDetails(MeetingTitle, MeetingMonth);
end;