Jump to content

Function definition: Difference between revisions

m
Line 1,421:
 
=={{header|FutureBasic}}==
<lang futurebasic>window 1
include "ConsoleWindow"
 
local fn multiply( a as long, b as long ) as long
Line 1,428 ⟶ 1,427:
 
print fn multiply( 3, 9 )
 
</lang>
HandleEvents</lang>
Output:
<pre>
416

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.