Commit be0e5c1
committed
Added callout to show that variable names are arbitrary, that 'char' is not a special keyword, and that looping through a string has the effect of iterating over its characters, while looping through a list iterates through its members. Thus, it's not a fact of 'char' that selects and iterates over characters.
1 parent 14d2951 commit be0e5c1
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
695 | 695 | | |
696 | 696 | | |
697 | 697 | | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
698 | 703 | | |
699 | 704 | | |
700 | 705 | | |
| |||
0 commit comments