Added eval selection(#127)

This commit is contained in:
neauoire
2020-05-20 06:37:22 +09:00
parent da839efa8f
commit e375668143
6 changed files with 61 additions and 39 deletions

View File

@@ -0,0 +1,11 @@
(clear)
(defn print-file
(name index)
(fill
(text 0
(add
(mul index 40) 50) 40 name) "red"))
(each
(files) print-file)