Higher-order functions: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added more whitespace in the '''output''' section (for the SAY). -- ~~~~)
Line 1,679: Line 1,679:


=={{header|Run BASIC}}==
=={{header|Run BASIC}}==
{{incorrect|Run BASIC}}
<lang runbasic>print first(99)
<lang runbasic>print first(99)
print second(first(99))
print second(first(99))