tstrings.lisp - clic - Clic is an command line interactive client for gopher written in Common LISP HTML git clone git://bitreich.org/clic/ git://hg6vgqziawt5s4dj.onion/clic/ DIR Log DIR Files DIR Refs DIR Tags DIR LICENSE --- tstrings.lisp (185B) --- 1 (in-package :alexandria) 2 3 (deftype string-designator () 4 "A string designator type. A string designator is either a string, a symbol, 5 or a character." 6 `(or symbol string character))