<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>eiji8pou</author_name>
  <author_url>https://blog.hatena.ne.jp/eiji8pou/</author_url>
  <blog_title>eiji8pou's diary</blog_title>
  <blog_url>https://eiji8pou.hatenadiary.com/</blog_url>
  <categories>
    <anon>NScripter</anon>
  </categories>
  <description>numalias命令は、そもそもは他のプログラミング言語で言うところの「定数」を定義する命令である。 たとえば、消費税率を、 numalias tax_rate,105と定義しておく。 すると、スクリプト中にtax_rateと言うトークンがあれば、それは自動的に数値の105に変換されてから解釈される。 スクリプトで消費税込のアイテム価格を計算しなければならない時は、 mul %price,tax_rate ; とりあえず、税率（％）をかける。 div %price,100 ; 100で割ったら、税込（端数切り捨て）価格になる。こんな風にできるだろう。 開発中にローゼン麻生閣下あたりが「消費税、…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Feiji8pou.hatenadiary.com%2Fentry%2F20081101%2F1225545669&quot; title=&quot;numaliasの本来の用途 - eiji8pou&amp;#39;s 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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-11-01 22:21:09</published>
  <title>numaliasの本来の用途</title>
  <type>rich</type>
  <url>https://eiji8pou.hatenadiary.com/entry/20081101/1225545669</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
