kacchi #407(2007/07/09 20:54 GMT) [ Emacs Lisp ] Rating3/3=1.00
1 2 3 4 5 6 7 8
(defun hello-world () (interactive) (let ((str "Hello, world!")) (dotimes (i 14 str) (message (substring str (- 13 i) 13)) (sit-for 0.1)))) (hello-world)
Rating3/3=1.00-0+
[ reply ]
kacchi
#407()
[
Emacs Lisp
]
Rating3/3=1.00
(defun hello-world () (interactive) (let ((str "Hello, world!")) (dotimes (i 14 str) (message (substring str (- 13 i) 13)) (sit-for 0.1)))) (hello-world)Rating3/3=1.00-0+
[ reply ]