Higher-order functions: Difference between revisions

Content added Content deleted
(Added uBasic/4tH version)
Line 1,536: Line 1,536:


=={{header|FutureBasic}}==
=={{header|FutureBasic}}==
<lang futurebasic>
<lang futurebasic>window 1
include "ConsoleWindow"


dim as pointer functionOneAddress
dim as pointer functionOneAddress
Line 1,547: Line 1,546:


print fn FunctionTwo( 12, 12 )
print fn FunctionTwo( 12, 12 )

</lang>
HandleEvents</lang>


Output:
Output: