mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 13:49:13 +02:00
* fixed test
git-svn-id: trunk@1371 -
This commit is contained in:
parent
0bc7d92310
commit
2dd7c144c4
@ -1,6 +1,6 @@
|
|||||||
{$mode fpc}
|
{$mode fpc}
|
||||||
|
|
||||||
operator :=(x:LongInt)RESULT:ShortString;
|
operator :=(x:ShortInt)RESULT:ShortString;
|
||||||
begin
|
begin
|
||||||
Val(RESULT,x);
|
Val(RESULT,x);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user