fib.while
changeset 83 bd61b03b9eaa
parent 80 191daa3ee29e
child 84 719fd738d2a0
--- a/fib.while	Wed Nov 28 07:00:35 2012 +0000
+++ b/fib.while	Wed Nov 28 07:03:29 2012 +0000
@@ -2,7 +2,7 @@
    input: n
    output: fib_res */
 
-n := 90;
+n := 19;
 minus1 := 0;
 minus2 := 1;
 temp := 0;