Skip to content

Instantly share code, notes, and snippets.

@coetry
Last active August 20, 2019 12:48
Show Gist options
  • Save coetry/5c2b872fef980e923879fe9b1e2afefe to your computer and use it in GitHub Desktop.
Save coetry/5c2b872fef980e923879fe9b1e2afefe to your computer and use it in GitHub Desktop.
prompt-read
(defun prompt-read (prompt)
(format *query-io* "~a: " prompt)
read-line *query-io*))
@luismbo
Copy link

luismbo commented Feb 26, 2019

@fiddlerwoaroof's version WFM on Allegro CL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment