行末にエスケープ文字を使用しました。これは許可されません。 以下に例を示します。
aString$ = "This is a tilde: " anotherString$ = aString$~ ' This is illegal
エスケープ文字を削除してください。