<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>azuma006</author_name>
  <author_url>https://blog.hatena.ne.jp/azuma006/</author_url>
  <blog_title>あずまや</blog_title>
  <blog_url>https://azuma006.hatenablog.com/</blog_url>
  <categories>
    <anon>java</anon>
    <anon>javascript</anon>
  </categories>
  <description>ほとんど全てのプログラミング言語にはifとforが備わっています。 if文の場合、書き方に違いはあれど、以下のような形が基本です。 if (boolean) { // booleanがtrueの場合に実行される処理 } else { // booleanがfalseの場合に実行される処理} 判定結果によって処理を分岐させるために用います。 この条件分岐ですが、JavaやJavaScript、C言語などでは以下のように書き換えることができます。 boolean ? trueの場合に実行される処理 : falseの場合に実行される処理; 簡単な条件分岐であれば1行で表現可能で、慣れてしまえば非常に…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fazuma006.hatenablog.com%2Fentry%2F2016%2F06%2F05%2F234511&quot; title=&quot;三項演算子 - あずまや&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>2016-06-05 23:45:11</published>
  <title>三項演算子</title>
  <type>rich</type>
  <url>https://azuma006.hatenablog.com/entry/2016/06/05/234511</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
