Prefix all packages with cantedraw
This is mostly a sanity check in-case anyone else decides to load this system for use in their own package - don't want to conflict with their names.
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Implementation of `main' package. Defines the entrypoint of the program,
|
||||
;; handling any input from the user and passing it into the system.
|
||||
;; Defines the entrypoint of the program, handling any input from the user and
|
||||
;; passing it into the system.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(in-package :main)
|
||||
(in-package :cantedraw.main)
|
||||
|
||||
(fn read-input (&optional (prompt "> ")) (-> (&optional string) string)
|
||||
(format t "~a" prompt)
|
||||
|
||||
Reference in New Issue
Block a user