<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yune_kotomi</author_name>
  <author_url>https://blog.hatena.ne.jp/yune_kotomi/</author_url>
  <blog_title>青空を探す、旅の記録。</blog_title>
  <blog_url>https://yune-kotomi.hatenadiary.jp/</blog_url>
  <categories>
    <anon>PC</anon>
    <anon>開発</anon>
  </categories>
  <description>ドキュメントばかり読んでても全然わかった気にならないので、実際に簡単なコードを書いて走らせてみる。 コマンドライン引数を受け取って、そのままそれを表示しようとする。 引数の受け取りはunixモジュールの述語argvでできる。unix:argv(変数)とやると変数に引数のリストが帰ってくる。 出力はioモジュールの述語outstreamに組み込みの述語printを組み合わせて行う。io:outstream([print(変数), nl])で変数の中身出力。nlは改行コードを出力する述語。 :- module main. main :- unix:argv(X), io:outstream([pr…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyune-kotomi.hatenadiary.jp%2Fentry%2F20050405%2F1112695013&quot; title=&quot;なんとなくKL1。 - 青空を探す、旅の記録。&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>2005-04-05 18:56:53</published>
  <title>なんとなくKL1。</title>
  <type>rich</type>
  <url>https://yune-kotomi.hatenadiary.jp/entry/20050405/1112695013</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
