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