次の例では、変数 user に、文字列 “Maku” を代入しています。
user
set user to "Maku" display dialog "Hello " & user
set の代わりに、copy を使用することもできます。
set
copy
copy 33 to myAge