Re: Fun Test Problem
- Posted by useless May 23, 2010
- 1683 views
So i misread the contest, filtering it thru my experience of finding typo'd words from a dictionary. To atone i'll give up the following bit of trivia.
In news.ex,
1)
put "without warning" at the top to suppress some warning i don't care about.
2)
in procedure search_url(),
before the line "sequence mytemp = get_url(url) go get the url", let all the tasks print their existance right away",
insert "task_yield() --
so the screen gets instantly populated.
useless