<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yopipi</author_name>
  <author_url>https://blog.hatena.ne.jp/yopipi/</author_url>
  <blog_title>As an iOS Engineer</blog_title>
  <blog_url>https://yopipi.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>変数定義 今回はSwiftの変数についてです。変数とは値を入れておくことができる入れ物のようなものです。 Swiftの変数には一度代入した値を後から変更できる普通の変数と、一度代入した値を変更できない定数の2種類があります。 後から値が変更できる普通の変数は以下のように宣言します。 var 変数名:型名 型については次回改めて解説しますが、文字列を表すString型や整数を表すInt型などがあります。 それぞれ、以下のように宣言できます。 var hoge:String var foo:Int 変数の初期化 変数を宣言しただけでは入れ物の中身が空なので使うことができません。 空の変数に値を入れ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyopipi.hatenablog.com%2Fentry%2F2015%2F02%2F15%2F215229&quot; title=&quot;Swift入門 (3)  -変数と定数- - As an iOS Engineer&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://cdn-ak.f.st-hatena.com/images/fotolife/y/yopipi/20150215/20150215211243.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-02-15 21:52:29</published>
  <title>Swift入門 (3)  -変数と定数-</title>
  <type>rich</type>
  <url>https://yopipi.hatenablog.com/entry/2015/02/15/215229</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
