RosettaCodeData/Task/Compile-time-calculation/XLISP/compile-time-calculation-3.l
2023-07-01 13:44:08 -04:00

6 lines
120 B
Common Lisp

[1] (defun test-f10-ct () (f10-at-compile-time))
TEST-F10-CT
[2] (defun test-f10-rt () (f10-at-run-time))
TEST-F10-RT