欠如

来世は貝になりたい

2017-08-30から1日間の記事一覧

Swiftの文法について復習してみる Functions and Closures

前回に引き続きツアーをやります 前回がfor in がwhile repeatなど制御などがテーマが今回は第三回目ということでテーマがFunctions and Closures(関数とクロージャ)となります。 クロージャ(クロージャー、英語: closure)、関数閉包はプログラミング言…

Swiftの文法について復習してみるControl Flow

前回に引き続きツアーをやりますね・・・ 今回はControl Flow(制御の流れ)がテーマになります。 Control Flow Use if and switch to make conditionals, and use for-in, while, and repeat-while to make loops. Parentheses around the condition or loo…