<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>k-saka</author_name>
  <author_url>https://blog.hatena.ne.jp/k-saka/</author_url>
  <blog_title>風の谷の備忘録</blog_title>
  <blog_url>https://k-saka.hatenadiary.org/</blog_url>
  <categories>
    <anon>Scala</anon>
  </categories>
  <description>前回「Scalaに入門したい。#2 変数と関数 - 風の谷の備忘録」は、変数と関数の宣言方法についてお勉強したので、今回はScalaの制御構文についてみて行こうと思う。 if文…if式？ まず下のコードについてみていく scala&gt; if (1 &lt; 3) true else false res18: Boolean = true scala&gt; if (1 &gt; 3) true else false res19: Boolean = false //trueとfalseはBoolean型のリテラルみて分かる通りブロックがなく if (条件式) [true時の処理] else [false時の処理]…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fk-saka.hatenadiary.org%2Fentry%2F20100420%2F1271762011&quot; title=&quot;Scalaに入門したい。 #3 制御構文 - 風の谷の備忘録&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-04-20 20:13:31</published>
  <title>Scalaに入門したい。 #3 制御構文</title>
  <type>rich</type>
  <url>https://k-saka.hatenadiary.org/entry/20100420/1271762011</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
