mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-04 08:11:52 -08:00
revision
This commit is contained in:
parent
5d0982182b
commit
7866c1f11b
1 changed files with 2 additions and 2 deletions
|
|
@ -54,10 +54,10 @@
|
|||
:m-map "img/moon-map.jpg"
|
||||
:m-info #.(read-file "txt/moon.txt")))
|
||||
(qjs |addPlanet| *planets*
|
||||
(list :m-name "Mars"
|
||||
(list :m-name "Mars"
|
||||
:m-shape "img/mars.png"
|
||||
:m-map "img/mars-map.jpg"
|
||||
:m-info #.(read-file "txt/mars.txt")))
|
||||
:m-info #.(read-file "txt/mars.txt")))
|
||||
(qjs |addPlanet| *planets*
|
||||
(list :m-name "Jupiter"
|
||||
:m-shape "img/jupiter.png"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue