mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 21:19:26 +02:00
* fixced uninitialised variable
git-svn-id: trunk@399 -
This commit is contained in:
parent
fd40a0fb80
commit
26646298a4
@ -13,6 +13,7 @@ begin
|
||||
d:=17.0;
|
||||
e:=19.0;
|
||||
f:=23.0;
|
||||
g:=0.0;
|
||||
r:=2.0;
|
||||
a:= a - 2*b*e - 2*c*f - 2*d*g - Sqr(r);
|
||||
writeln(a,' (must be -1010)');
|
||||
|
Loading…
Reference in New Issue
Block a user