游
游宇良
Unregistered / Unconfirmed
GUEST, unregistred user!
Typed constants 可以当静态变量用
但是我的编译器不能通过这样的代码
Procedure ……;
const
Counter: integer = 0;
begin
……
inc(Counter);
……
end
是哪里出了问题,还是不能这样编写?
但是我的编译器不能通过这样的代码
Procedure ……;
const
Counter: integer = 0;
begin
……
inc(Counter);
……
end
是哪里出了问题,还是不能这样编写?