mirror of
https://github.com/PDP-10/its.git
synced 2026-05-05 15:44:10 +00:00
Use decimal I/O rather than octal.
From SV: HIBOU; HIBOU LISP. The high score table code assumes ~a formats in decimal.
This commit is contained in:
committed by
Adam Sampson
parent
1a3b859966
commit
9d89a1d262
@@ -274,6 +274,7 @@
|
|||||||
(princ "| |")))
|
(princ "| |")))
|
||||||
|
|
||||||
(defun itster ()
|
(defun itster ()
|
||||||
|
(setq base 10. ibase 10. *nopoint t)
|
||||||
(cursorpos 'c) ;Clear screen.
|
(cursorpos 'c) ;Clear screen.
|
||||||
(format t "~%To move left, press ,~%~%")
|
(format t "~%To move left, press ,~%~%")
|
||||||
(format t "To move right, press .~%~%")
|
(format t "To move right, press .~%~%")
|
||||||
|
|||||||
Reference in New Issue
Block a user