3 lines
109 B
Text
3 lines
109 B
Text
@(do (defun randelem (seq)
|
|
[seq (random nil (length seq))]))
|
|
@(bind x @(randelem #("a" "b" "c" "d")))
|