var [変数名] = [内容] print([内容]) if [条件式] then [あっていたときの処理] else [間違っていたときの処理] end func 関数名 [処理] end call self.[関数名]
swift