<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yoctoworks</author_name>
  <author_url>https://blog.hatena.ne.jp/yoctoworks/</author_url>
  <blog_title>KotlinDive</blog_title>
  <blog_url>https://kotlindive.hatenablog.jp/</blog_url>
  <categories>
    <anon>Kotlin入門</anon>
  </categories>
  <description>ジャンプとは ジャンプとは、分岐や繰り返しなどの制御フローの途中に挿入することで、 関数やループを途中で抜けたり、あるいは特定の条件のときにループをスキップしたりすることができます。 Kotlinには制御をジャンプするために、次の式が用意されています。 式 説明 return デフォルトでは、returnを含む最も内側の関数、匿名関数から制御を返す break そのbreakを含む最も内側のループを終了する continue そのcontinueを含む最も内側のループに対して、そのループをスキップして次のループにすすめる fun main(args: Array) { // ブレーク、コンティ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkotlindive.hatenablog.jp%2Fentry%2F2018%2F03%2F08%2F212527&quot; title=&quot;ジャンプ - KotlinDive&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>2018-03-08 21:25:27</published>
  <title>ジャンプ</title>
  <type>rich</type>
  <url>https://kotlindive.hatenablog.jp/entry/2018/03/08/212527</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
