René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

prompt [JavaScript snippet]

function main() {
   var prompted = prompt("What??")
   txt_out("prompted: " + prompted);
}