// 0_onblock

// On Blocked report. report feedback information via. Speak String.


void main()
{
    // Report
    SpeakString("[BLOCKED]");
}