// TADS 3 (Text Adventure Development System) is a language // for crafting interactive fiction. More information can // be found at http://www.tads.org/. // 99 bottles of beer on the wall. // 17 June 2002 Jim Nelson main(args) { local bottles = 99; local number = bottles; local plural = 's'; for(;;) { "<> bottle<> of beer on the wall,\n"; "<> bottle<> of beer,\n"; if