Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
14
Task/Animation/PicoLisp/animation-1.l
Normal file
14
Task/Animation/PicoLisp/animation-1.l
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/picolisp /usr/lib/picolisp/lib.l
|
||||
|
||||
(prin "^[[?9h") # Mouse reporting on
|
||||
|
||||
(setq Dir 1 Text (chop "Hello World! "))
|
||||
|
||||
(loop
|
||||
(prin (do Dir (rot Text)))
|
||||
(when (= "^[" (key 200))
|
||||
(key) (key)
|
||||
(when (= " " (key)) # Left button
|
||||
(setq Dir (if (= 1 Dir) 12 1)) )
|
||||
(key) (key) )
|
||||
(do (length Text) (prin "^H")) )
|
||||
Loading…
Add table
Add a link
Reference in a new issue