forked from crashcoredump/docker-vlm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlispm-init.lisp
15 lines (15 loc) · 1.03 KB
/
lispm-init.lisp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(progn
(format t "~%~%")
(format t "******************************************************************~%")
(format t "* Welcome to Open Genera 2.0 *~%")
(format t "* *~%")
(format t "* This pre-defined world is a useful starting point for *~%")
(format t "* exploring Genera. The default site name is 'Docker'. *~%")
(format t "* *~%")
(format t "* For documentation, type '<F1> D' *~%")
(format t "* *~%")
(format t "* To get back to Lisp, type '<F1> L' *~%")
(format t "* *~%")
(format t "* (F1 maps to the <SELECT> key) *~%")
(format t "******************************************************************~%")
(format t "~%~%"))