if val(text1.text)>=60 thenprint "pass"elseprint "nopass"end if还有一个程序if text1.text="boy" thenprint"yes"elseprint"no"End if请问第一个程序中写的是60没有用双引号,而第二个程序"boy"加了引号,这是为什么。还有在text1里输入的值是变量还是长量