<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>paveway</author_name>
  <author_url>https://blog.hatena.ne.jp/paveway/</author_url>
  <blog_title>プログラムを書こう！</blog_title>
  <blog_url>https://www.paveway.info/</blog_url>
  <categories>
    <anon>Tcl/Tk</anon>
  </categories>
  <description>この記事は 2024 年 4 月 25 日に投稿しました。 目次 はじめに Tcl/Tkでcontinue文を使用する おわりに リンク 1. はじめに こんにちは、iOS のエディタアプリPWEditorの開発者の二俣です。 今回は業務で使用しているTcl/Tkでcontinue文を使用する方法です。 目次へ 2. Tcl/Tkでcontinue文を使用する Tcl/Tkでcontinue文を使用するには、以下の様な実装にします。 実行例 # 変数iが0から9まで処理を繰り返します。 for { set i 0 } { $i &lt; 10 } { incr i } { # 変数iが5より小さい場…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.paveway.info%2Fentry%2F2024%2F04%2F25%2Ftcltk_continue&quot; title=&quot;Tcl/Tkでcontinue文を使用する - プログラムを書こう！&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/152787833/1526825363332444</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-04-25 15:42:00</published>
  <title>Tcl/Tkでcontinue文を使用する</title>
  <type>rich</type>
  <url>https://www.paveway.info/entry/2024/04/25/tcltk_continue</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
