<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Rocco</author_name>
  <author_url>https://blog.hatena.ne.jp/Rocco/</author_url>
  <blog_title>日本 GNU AWK ユーザー会 0.2</blog_title>
  <blog_url>https://rocco.hatenadiary.org/</blog_url>
  <categories>
    <anon>Netnews</anon>
  </categories>
  <description>Sorting associative arrays Ed Morton がまともなことを書いているので、続きを載せておきます。要するに for ... in ... で呼び出さずに普通の for で呼び出せば良いわけです。 function prtSorted(a, min,max,i) { min = max = 0 for (i in a) { min = (i &lt; min ? i : min) max = (i &gt; max ? i : max) } for (i=min;i&lt;=max;i++) if (i in a) print i } 上記のような関数を呼び出せば良いと彼は言っていま…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frocco.hatenadiary.org%2Fentry%2F20071106%2Fp2&quot; title=&quot;連想配列のソート (続き) - 日本 GNU AWK ユーザー会 0.2&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-ak.f.st-hatena.com/images/fotolife/R/Rocco/20071005/20071005231714.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-11-06 00:00:01</published>
  <title>連想配列のソート (続き)</title>
  <type>rich</type>
  <url>https://rocco.hatenadiary.org/entry/20071106/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
