<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>m_kbou</author_name>
  <author_url>https://blog.hatena.ne.jp/m_kbou/</author_url>
  <blog_title>教えて！GAS！</blog_title>
  <blog_url>https://osiete-gas.work/</blog_url>
  <categories>
    <anon>制御構文</anon>
  </categories>
  <description>構文 プログラミング例 まとめ 構文 構文は以下の通りです。 ラベル: 解説 ラベルを付けることで、ネストされたループや複雑なループ構造で特定のループを終了することが簡単になります。 プログラミング例 具体的なプログラミング例を紹介します。 （例1）breakの場合 function ラベル付きループ例1() { let 数字 = 0; 外側ループ: for (let 値1 = 0; 値1 &lt; 5; 値1++) { for (let 値2 = 0; 値2 &lt; 5; 値2++) { 数字++; console.log('値1:', 値1, '値2:', 値2, '数字:', 数字); if (数…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosiete-gas.work%2Fentry%2F2024%2F08%2F07%2F083924&quot; title=&quot;Google Apps Scriptでのループ内のラベルの使い方 - 教えて！GAS！&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>https://cdn.user.blog.st-hatena.com/default_entry_og_image/153954334/1722225573956980</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-08-07 08:39:24</published>
  <title>Google Apps Scriptでのループ内のラベルの使い方</title>
  <type>rich</type>
  <url>https://osiete-gas.work/entry/2024/08/07/083924</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
