Jump to content

Permutations: Difference between revisions

m
m (→‎{{header|Common Lisp}}: botched lang tag)
Line 670:
(return-from next-perm ll)))))))
 
;;; texttest code
(let ((a "ABCD") (cnt 0))
(loop while a do
(write-line a)
(setf a (next-perm a #'char<))))</lang>
 
=={{header|D}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.