This website requires JavaScript.
Explore
Help
Register
Sign In
administrator
/
pascalabcnet
Watch
1
Star
0
Fork
You've already forked pascalabcnet
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
dev
pascalabcnet
/
TestSuite
/
lambdas_closures_8.pas
5 lines
97 B
ObjectPascal
Raw
Permalink
Normal View
History
Unescape
Escape
fix #917
2018-08-10 15:22:52 +03:00
begin
initial commit
2015-05-14 22:35:07 +03:00
var
f
:
IntFunc
:
=
x
-
>
x
*
4
;
var
g
:
IntFunc
:
=
x
-
>
x
+
f
(
0
)
;
fix #917
2018-08-10 15:22:52 +03:00
assert
(
f
(
1
)
=
4
)
;
initial commit
2015-05-14 22:35:07 +03:00
end
.
Reference in a new issue
Copy permalink