0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Swift勉強:1日目

Posted at

忘れないように学んだことの備忘録として書いています!

変数と定数の宣言と値の代入

  • 変数と定数

    • 値を入れる箱のようなもの
  • 変数

    • 入れた値を後で変更できる(再代入)
  • 定数

    • 入れた値は後で変更できない
    • 封がされた箱のようなもの
    • 絶対に変更されたくない値を入れるのに使うのか?
  • 名前の付け方

    • Lowe camel case「userName」(ひとこぶラクダ)
    • Upper camel case「UserName」(ふたこぶラクダ)
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?