<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>xtalco</author_name>
  <author_url>https://blog.hatena.ne.jp/xtalco/</author_url>
  <blog_title>新言語 Xtalを作る日記</blog_title>
  <blog_url>https://xtalco.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>継続を使えるようにしました。svn上のプログラムを落とせば使えます。継続は current_continuation で取得します。current_continuation は 継続オブジェクトとユーザーが渡した値の二つの値を返します。継続オブジェクトを関数呼び出しすれば、current_continuationのところまで復帰します。 cc, value: current_continuation; // valueは最初nullを返す。 if(!value){ value = 0; } if(value&lt;5) cc(value+1); //=&gt;0 //=&gt;1 //=&gt;2 //=&gt;3 //=…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fxtalco.hatenadiary.org%2Fentry%2F20070531&quot; title=&quot;継続 - 新言語 Xtalを作る日記&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>2007-05-31 00:00:00</published>
  <title>継続</title>
  <type>rich</type>
  <url>https://xtalco.hatenadiary.org/entry/20070531</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
