<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>naskin</author_name>
  <author_url>https://blog.hatena.ne.jp/naskin/</author_url>
  <blog_title>We All Get Old - Naskin Diary</blog_title>
  <blog_url>https://naskin-diary.hatenablog.com/</blog_url>
  <categories>
    <anon>八苦(Hack)</anon>
  </categories>
  <description>今回は変数の保存に挑戦。 変数は「var 変数名 = 値;」で宣言。 var age = 20; var name = &quot;naskin&quot;; 年齢は16進数で換算＞＜ 変数の型宣言(int,double,char,etc...)はなしの方向で。 「=」以降(空白除く)から「;」までの文字列を値として取り扱う。 使用する時は変数名に$をつけて使用。 print &quot;my name is &quot; $name &quot;.&quot;; print &quot;I'am &quot; $age &quot;years old.&quot;; スクリプトで宣言された変数は構造体を使った連結リストで保持。 struct VAR { struct VAR *next; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnaskin-diary.hatenablog.com%2Fentry%2F20100118%2F1263762542&quot; title=&quot;独自インタープリタに挑戦：#2.1 変数の保存 - We All Get Old - Naskin Diary&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>http://ecx.images-amazon.com/images/I/51WFeOUjsuL.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-01-18 06:09:02</published>
  <title>独自インタープリタに挑戦：#2.1 変数の保存</title>
  <type>rich</type>
  <url>https://naskin-diary.hatenablog.com/entry/20100118/1263762542</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
