Arithmetic/Integer: Difference between revisions

Line 372:
 
=={{header|F_Sharp|F#}}==
As F# is a functional language, we can easily create a list of pairs of the string name of a function and the function itself to iterate over printing the operation and applying the function to obtain the result:
<lang fsharp>
do
Anonymous user