print ascii code of a character (ktoi)
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
))
|
||||
|
||||
(defun itok (ascii) (sprintf "%c" (list ascii)))
|
||||
(defun ktoi (char) (int (sprintf "%d" (list char))))
|
||||
|
||||
; pause for interval of seconds
|
||||
(defun sleep (time)
|
||||
|
||||
Reference in New Issue
Block a user