<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sasaplus1</author_name>
  <author_url>https://blog.hatena.ne.jp/sasaplus1/</author_url>
  <blog_title>四角革命前夜</blog_title>
  <blog_url>https://sasaplus1.hatenadiary.com/</blog_url>
  <categories>
    <anon>Lua</anon>
  </categories>
  <description>文字列、テーブルの仕組みや、GCの扱い、データ型などちょっと奥の深い章。今回はなかなかおもしろそう。 文字列と登録台帳の仕組み 文字列は宣言された時点で登録台帳に登録され、2つ目以降は登録台帳の同じものを指すようになる…らしい。 &gt; a = &quot;aaa&quot; -- &quot;aaa&quot;が登録台帳に登録され、変数aはその文字列を指す &gt; if (a == &quot;aaa&quot;) then -- 右辺値は既に登録されているので変数aと同じ文字列を指している &gt;&gt; print(a) &gt;&gt; end aaa &gt; b = &quot;123&quot; &gt; c = &quot;123&quot; -- 変数bと同じ文字列を指す &gt; if (b == c) then &gt;&gt;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsasaplus1.hatenadiary.com%2Fentry%2F20101117%2F1289923073&quot; title=&quot;入門Luaプログラミング第7章 Luaの仕組み（前編） - 四角革命前夜&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>2010-11-17 00:57:53</published>
  <title>入門Luaプログラミング第7章 Luaの仕組み（前編）</title>
  <type>rich</type>
  <url>https://sasaplus1.hatenadiary.com/entry/20101117/1289923073</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
