次のようなことをしています:
speak('Hello. Today is " + month + "/" + day + "/" + year + ", " + hours + ":" + minutes + ". I have couple suggestions of what to do today...Wanna go to the movies? Play some games? Go out to eat? Need anything else?')
それがそれらを書くとき、それは文字通り言います" + month + "/" + day + "/" + year + ", " + hours + ":" + minutes + "
speak('')
別のスクリプトによって定義された関数です。変数を入れることはできますか?