|
@@ -606,7 +606,7 @@ end;
|
|
|
|
|
|
function TValue.IsOrdinal: boolean;
|
|
function TValue.IsOrdinal: boolean;
|
|
begin
|
|
begin
|
|
- result := Kind in [tkInteger, tkInt64, tkBool];
|
|
|
|
|
|
+ result := Kind in [tkInteger, tkInt64, tkQWord, tkBool];
|
|
end;
|
|
end;
|
|
|
|
|
|
function TValue.AsBoolean: boolean;
|
|
function TValue.AsBoolean: boolean;
|