Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
dim b$(35)
b$(1)="kelime1"
b$(2)="kelime2"
rem kac kelime varsa b$ lere sırala
if not text1.text=b$ then
msgbox"yanlıs"
text1.text=""
else
msgbox"dogru"
end if
olabilir
iyi calısmalar