Showing posts with label what?. Show all posts
Showing posts with label what?. Show all posts

Monday, February 12, 2007

listenIntently();


function listenIntently() {
start:
input("whatever");
delay(5000);
return "what?";
goto "start";
}