Jump to content

Call a function: Difference between revisions

Line 833:
c eval.
</lang>
Calling a closure with generic arguments
<lang elena>
c eval(a,b).
</lang>
Calling a closure with explicitly typed arguments
<lang elena>
c eval( int:a, int:b).
</lang>
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.