|
Lines 4239-4245
Link Here
|
| 4239 |
Most of the programs we have written so far worked with |
4239 |
Most of the programs we have written so far worked with |
| 4240 |
individual characters, or bytes, as their input: The |
4240 |
individual characters, or bytes, as their input: The |
| 4241 |
<application>hex</application> program converted individual bytes |
4241 |
<application>hex</application> program converted individual bytes |
| 4242 |
into a hexadecimal number, the <application>cvs</application> |
4242 |
into a hexadecimal number, the <application>csv</application> |
| 4243 |
program either let a character through, or deleted it, |
4243 |
program either let a character through, or deleted it, |
| 4244 |
or changed it to a different character, etc. |
4244 |
or changed it to a different character, etc. |
| 4245 |
</para> |
4245 |
</para> |