WordWrap$ = "style='white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word'" a$ = httpGet$("http://rosettacode.org/wiki/Category:Programming_Languages") a$ = word$(a$,2,"mw-subcategories") a$ = word$(a$,1,"") i = instr(a$,"/wiki/Category:") html " Select language from list
" html "" html "

Number of Languages:";count;"
" button #go,"GO", [go] html " " button #ex, "Exit", [exit] wait [go] cls lang$ = #request get$("lang") h$ = "http://rosettacode.org/wiki/Reports:Tasks_not_implemented_in_";lang$ a$ = httpGet$(h$) a$ = word$(a$,3,"mw-content-ltr") html "" i = instr(a$," 0 i = instr(a$,"title=""",i) j = instr(a$,""">",i+7) if c mod 4 = 0 then html "" c = c + 1 html "" i = instr(a$,"
";mid$(a$,i+7,j-(i+7));"
" print "Total unImplemented Tasks:";c [exit] end