Skip to content

Commit

Permalink
#19 - trying different conversions to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenke committed May 19, 2011
1 parent 494cb7a commit 8f6eb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfml100mins.markdown
Expand Up @@ -1037,7 +1037,7 @@ When the @minutes@ is 5, here is how the execution goes: Is it @true@ that 5 is
When the @minutes@ is 7, it goes like this: Is it @true@ that 7 is less than 7? No. Next, is it @true@ that 7 is equal to 7? Yes, it is, so print out the line @It's just barely boiling@.

When the @minutes@ is 8, it goes like this: Is it @true@ that 8 is less than 7? No. Next, is it @true@ that 8 is equal to 7? No. Next, is it @true@ that 8 is equal to 8? Yes, it is, so print out the line @It's boiling!@.
Lastly, when total is 9, it goes:" Is it 'true@ that 9 is less than 7?
Lastly, when total is 9, it goes:" Is it 'true' that 9 is less than 7?
No. Next, is it 'true' that 9 is equal to 7? No. Next, is it 'true' that
9 is equal to 8? No. Since none of those are true, execute the 'else'
and print the line 'Hot! Hot! Hot!'.
Expand Down

0 comments on commit 8f6eb7e

Please sign in to comment.