Old code had problems with trailing space--which did not manifest itself until now when I tried to use infix query (e.g. 'foo%sbar' would always result in space after '%s'). Turns out that `read` with multiple variables splits the line just as we need it with no extra leading/trailing junk.
|
||
| 67 | 67 |
|
| 68 | 68 |
|
| 69 | 69 |
|
| 70 |
|
|
| 70 |
|
|
| 71 | 71 |
|
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 | 72 |
|
| 76 | 73 |
|
| 77 | 74 |
|