Explorar o código
* fixed test, the set in the example program is not 32 bits large
git-svn-id: trunk@3794 -
tom_at_work
%!s(int64=19) %!d(string=hai) anos
|
@@ -11,7 +11,7 @@ Type
|
|
v1,v2: LongInt;
|
|
v1,v2: LongInt;
|
|
|
|
|
|
begin
|
|
begin
|
|
- longint(mVar) := 100;
|
|
|
|
|
|
+ byte(mVar) := 100;
|
|
v1 := aVar1[mVar];
|
|
v1 := aVar1[mVar];
|
|
end.
|
|
end.
|
|
|
|
|