Function: COMMON-LISP:Y-OR-N-P

package type clhs github

Y-OR-N-P prints the message, if any, and reads characters from QUERY-IO until the user enters y or Y as an affirmative, or either n or N as a negative answer. It asks again if you enter any other characters.

Lambda list

(&optional sb-impl::format-string &rest sb-impl::arguments)