Jump to content

Higher-order functions: Difference between revisions

m
→‎{{header|REXX}}: changed the comment describing the program.
m (→‎{{header|REXX}}: changed whitespace and indentations.)
m (→‎{{header|REXX}}: changed the comment describing the program.)
Line 2,409:
 
=={{header|REXX}}==
<lang rexx>/*REXX program demonstrates passing a function (as a name) to another function. */
n=3735928559
funcName = 'fib' ; q= 10; call someFunk funcName, q; call tell
Cookies help us deliver our services. By using our services, you agree to our use of cookies.