Just experimenting with the 'while' function and looking for feedback as to the quality of my coding.
(defun c:test (/)
(setq count 0)
(setq 5dig (getint "\nEnter a 5 digit number: ")) ;_Enter a 5 digit number.
(while
(/= count 5)
(setq 5dig (getint "\nTry again, please enter a 5 dig...