This is the new standard-form school-use round robin:
- No killing off other people's characters
- Try to make your post within 60 seconds, and refine it afterward
- No abrupt changes of the main theme
- Has to follow some sort of plot.
Okay. No minimum number of sentences, only a maximum time, to keep posts from running on and on and on.
//The round robin starts here.
STR
sl-library -inc forum-sl -inc
list post
{
string text;
FORMAT = standardl.FRM-tbC;
}
list thread
{
accept "post"
accept(post) = thread += (FORMAT + (new)post.text + FORMAT)
update(void) = SCREEN CLEAR(thread) PRINTINF(thread);
}
Hello, and welcome to Express Wrobin Postage Facilities. If you have any questions, this answering machine will look up your search as put into the standard input device.
while(!topic.closed)
{
foreach(SUBMISSION)
{
if(ACCEPTABLE)
proceed;
else
DEFAULT STOP;
temp post p;
p.text = SUBMISSION>TEXT;
thread current;
current.accept(p);
current.update();
}
}
ENDPR