1 2 3 4
(defconstant +temper-open+ "<%") (defconstant +temper-close+ "%>") (defconstant +temper-close-len+ (length +temper-close+)) (defconstant +temper-interpolate+ #\=)