Quoteテキストを、ダブルクォーテーションマークで囲んだテキスト形式で返します。Quote ( "hello" ) は、「“hello”」を返します。Quote ( "abc\¶" ) は、「“abc\¶”」を返します。Quote ( "say ¥"hello¥" fred" ) は、「“say ¥"hello¥" fred”」を返します。Evaluate ( Quote ( "1 + 2" ) ) は、「1 + 2」を返します。Evaluate ( "1 + 2&" & Quote ("-1 + 2")) は、「3 - 1 + 2」を返します。