ButtonをドラッグしてViewController.swiftにドラッグして「Action」に変更し、
@IBAction func tappedButton(sender: Any-Object){}
というプログラムが追加された。
その後、tappedButtonメソッドの{}の中に label. text = "ようこそ" を記述し、
シミュレーターを起動しようとすると、 postfix is reserved  とエラーがでてしまう。
画像の説明をここに入力