Jump to content

Mutual recursion: Difference between revisions

(Add Refal)
Line 2,012:
for (i in 0..n) print("%3d".format(i))
println()
println("-".repeat(78(n + 2) * 3))
print("F :")
for (i in 0..24n) print("%3d".format(f(i)))
println()
print("M :")
for (i in 0..24n) print("%3d".format(m(i)))
println()
}</syntaxhighlight>
47

edits

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