Enabel using :style property in choice

This commit is contained in:
Marcus Kammer 2024-04-24 08:25:05 +02:00
parent 666df9f5a4
commit 16a2e57c41
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -330,7 +330,7 @@ A valid question is a list of alternating keywords and either strings or lists
satisfying `choicesp`.
Returns T if it's a valid question, otherwise NIL."
(if (= (length lst) 6)
(if (= (length lst) 8)
(loop for i from 0 below (length lst)
for elem = (nth i lst)
always (if (evenp i)