<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nishiohirokazu</author_name>
  <author_url>https://blog.hatena.ne.jp/nishiohirokazu/</author_url>
  <blog_title>西尾泰和のはてなダイアリー</blog_title>
  <blog_url>https://nishiohirokazu.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>function facto(n){ if(n == 0){ return 1; }else{ return n * facto(n - 1); } } facto(5); //=&gt; 120 // Task: 無引数関数で呼ぶとTaskかfalseが返る function tFinal(){ return false; } // Continuation: 1引数関数で、呼ぶとTaskが返る var result; function cFinal(x){ result = x; return tFinal; } // Main loop var task = tFinal; while(tas…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnishiohirokazu.hatenadiary.org%2Fentry%2F20080123%2F1201104197&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>2008-01-23 01:03:17</published>
  <title>タイトル未定</title>
  <type>rich</type>
  <url>https://nishiohirokazu.hatenadiary.org/entry/20080123/1201104197</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
