Put back the trailing whitespace to get newlines

Bad text editor. Not helpful. No.
This commit is contained in:
Carol (Nichols || Goulding) 2016-07-05 15:28:41 -04:00
parent 48d3255920
commit 4efe6824d8

View File

@ -8,12 +8,12 @@ loops.
### `if` Expressions
> Two roads diverged in a yellow wood,
> And sorry I could not travel both
> And be one traveler, long I stood
> And looked down one as far as I could
> To where it bent in the undergrowth;
>
> Two roads diverged in a yellow wood,
> And sorry I could not travel both
> And be one traveler, long I stood
> And looked down one as far as I could
> To where it bent in the undergrowth;
>
> - Robert Frost, “The Road Not Taken”
An `if` expression allows us to branch our code depending on conditions. We