4 lines
118 B
Text
4 lines
118 B
Text
...
|
|
(cond ((== count limit) (hit-limit-func arg-1 arg-2))
|
|
((/= count limit) (keep-going-func count)))
|
|
...
|