mirror of https://github.com/Wilfred/difftastic/
Add loop test
parent
fbf1f672c5
commit
cc0a1401cf
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,9 @@
|
||||
(loop for dim-idx in xyz below x
|
||||
for y from 0
|
||||
for letter in (list 'x 'y 'z) in 2
|
||||
collect x)
|
||||
collect x into 1)
|
||||
|
||||
(loop for x below 3 in 2
|
||||
do (format t "~A~%" x))
|
||||
|
||||
(asd into)
|
||||
|
||||
Loading…
Reference in New Issue