#!/usr/local/bin/swift var str = "Swift" str += "スウィフト" print(str)