RosettaCodeData/Task/Compile-time-calculation/XLISP/compile-time-calculation-3.xlisp
2016-12-05 23:44:36 +01:00

6 lines
120 B
Text

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