mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 14:38:01 +02:00
codetools: examples: fixed getexpandedoperand
git-svn-id: branches/fixes_1_8@56309 -
This commit is contained in:
parent
64d913620a
commit
bf5046fef1
@ -48,7 +48,7 @@ var
|
||||
begin
|
||||
Filename:='scanexamples/getterexample1.pas';
|
||||
X:=14;
|
||||
Y:=56;
|
||||
Y:=54;
|
||||
if (ParamCount>=1) and (Paramcount<3) then begin
|
||||
writeln('Usage:');
|
||||
writeln(' ',ParamStr(0));
|
||||
|
Loading…
Reference in New Issue
Block a user