How do I define a macro that prints the time it was defined?

前端 未结 0 1284
猫巷女王i
猫巷女王i 2020-12-20 04:11

I have written a macro that is supposed to print the time (HH:MM:SS) when the macro was defined:

(defmacro print-fixed-time ()
  (multiple-value-bind (seconds         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题