易百教程

16、在 Pascal 中声明常量的语法是什么?

在 Pascal 中声明常量的语法是:

const identifier = constant_value;