Skip to content

Commit

Permalink
Explain infinite loop-ability of the Fibonacci program
Browse files Browse the repository at this point in the history
  • Loading branch information
hbiede committed May 10, 2024
1 parent 38bbc02 commit ef699db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fib.3
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
20
33 Swap to setup loop
23
33 Load loop counter
33 Load loop counter (Note: counter < 3 creates an infinite loop)
32122
33 Decrement by two to account for already printed numbers
1112
Expand Down

0 comments on commit ef699db

Please sign in to comment.