常量和变量<h3>常量</h3> <p>const 常量一般大写</p> <h5>符号常量</h5> <p>TEMP=101;</p> <h5>类型常量</h5> <p>const TEMP:Integer = 101;</p> <h3>变量</h3> <p>var 作用范围 赋值</p>