<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
		<id>https://zh-cn.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=%E5%8F%98%E9%87%8F%E5%A3%B0%E6%98%8E</id>
		<title>变量声明 - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="https://zh-cn.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=%E5%8F%98%E9%87%8F%E5%A3%B0%E6%98%8E"/>
		<link rel="alternate" type="text/html" href="https://zh-cn.arcowiki.com/index.php?title=%E5%8F%98%E9%87%8F%E5%A3%B0%E6%98%8E&amp;action=history"/>
		<updated>2026-04-15T11:45:19Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://zh-cn.arcowiki.com/index.php?title=%E5%8F%98%E9%87%8F%E5%A3%B0%E6%98%8E&amp;diff=348&amp;oldid=prev</id>
		<title>Slia：创建页面，内容为“In order to perform a '''Variable Declaration''' it is necessary to use the &lt;code&gt;DECL/&lt;/code&gt; command.&lt;br /&gt; With that command it is specified the variable…”</title>
		<link rel="alternate" type="text/html" href="https://zh-cn.arcowiki.com/index.php?title=%E5%8F%98%E9%87%8F%E5%A3%B0%E6%98%8E&amp;diff=348&amp;oldid=prev"/>
				<updated>2018-06-29T10:02:05Z</updated>
		
		<summary type="html">&lt;p&gt;创建页面，内容为“In order to perform a &amp;#039;&amp;#039;&amp;#039;&lt;a href=&quot;/index.php?title=Variable&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Variable（页面不存在）&quot;&gt;Variable&lt;/a&gt; Declaration&amp;#039;&amp;#039;&amp;#039; it is necessary to use the &amp;lt;code&amp;gt;DECL/&amp;lt;/code&amp;gt; command.&amp;lt;br /&amp;gt; With that command it is specified the &lt;a href=&quot;/index.php?title=Variable&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Variable（页面不存在）&quot;&gt;variable&lt;/a&gt;…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In order to perform a '''[[Variable]] Declaration''' it is necessary to use the &amp;lt;code&amp;gt;DECL/&amp;lt;/code&amp;gt; command.&amp;lt;br /&amp;gt;&lt;br /&gt;
With that command it is specified the [[variable]] type and its name.&lt;br /&gt;
&lt;br /&gt;
The [[variables]] can be:&amp;lt;br/&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;COMMON&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;GLOBAL&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;LOCAL&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and can be declared in the following types:&amp;lt;br/&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;BOOL&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;CHAR&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;INTGR&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;REAL&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;VECTOR&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;LONG&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Declaration of different variable types&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/CHAR,80,TCDIRS&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/INTGR,TCNSLT&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ It is possible to declare different variables of the same type in the same row&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/DOUBLE,TCDIFX,TCDIFY,TCDIFZ&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Declaration of an array of 10 char, called result. Each char has 80 characters.&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/CHAR,80,RESULTS[10]&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Declaration of an array of 10 x 5 char&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/CHAR,80,RESULTS[10,5]&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[it:Dichiarazione delle variabili]]&lt;br /&gt;
[[zh-cn:变量声明]]&lt;br /&gt;
[[pt:Declaração de variáveis]]&lt;br /&gt;
[[de:Deklaration von Variablen]]&lt;br /&gt;
[[es:Declaración de variables]]&lt;br /&gt;
[[en:Variables declaration]]&lt;/div&gt;</summary>
		<author><name>Slia</name></author>	</entry>

	</feed>