equal
deleted
inserted
replaced
1 /* Fibonnacci sequence implemented in |
1 /* Fibonnacci numbers implemented in |
2 the WHILE language */ |
2 the WHILE language */ |
3 |
3 |
4 write "Input a number "; |
4 write "Input a number "; |
5 read n; |
5 read n; |
6 x := 0; // start values |
6 x := 0; // start values |