Result = Expression
' 変数result1には"ABCDE"が格納される。 result1 = "ABCDE" ' 変数result2には200が格納される。 result2 = 50 + 150 ' 変数result3には現在の日付が格納される。 result3 = Date