diff -r 059f970287d1 -r 1fbaa5f05516 progs/fun/fact.fun --- a/progs/fun/fact.fun Tue Dec 01 05:41:12 2020 +0000 +++ b/progs/fun/fact.fun Wed Dec 02 16:03:57 2020 +0000 @@ -9,7 +9,7 @@ //fact(10) //facTi(10) -write(facTi(6)) +write(fact(6)); facTi(6) // a simple factorial program // (including a tail recursive version)