2 lines
108 B
Common Lisp
2 lines
108 B
Common Lisp
(capi:prompt-for-integer "Enter an integer:"
|
|
:ok-check #'(lambda (n) (= n 75000)))
|