feck/test.fe

12 lines
146 B
Plaintext
Raw Normal View History

2021-11-18 01:07:06 +01:00
(= x 0) (= y 0)
(while (< y 224)
(= x (+ x 1))
(= y (+ y 1))
2021-11-18 01:15:26 +01:00
(dblock
(dcolor 0 0 0)
(dclear)
(dcolor 31 31 31)
(drect x y 16 16)
)
2021-11-18 01:07:06 +01:00
)