-1

RemObjects PascalScript. コンパイル後に変数の値を取得する方法は?

var a,b,c: integer;
begin
a := 5;
b := 6;
c := a+b;
end;

cc := IntTostr(????c????);

4

1 に答える 1