|
|
Practical example: Length of an improper list |
The length of an improper list is undefined We chose to return the symbol improper-list if list-length encounters an improper list This example is similar to the catch and throw example shown earlier in this section |
| The function list-length, which returns the symbol 'improper-list in case it encounters an improper list. |