11 lines
145 B
Plaintext
11 lines
145 B
Plaintext
|
// 0_onblock
|
||
|
|
||
|
// On Blocked report. report feedback information via. Speak String.
|
||
|
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
// Report
|
||
|
SpeakString("[BLOCKED]");
|
||
|
}
|