RosettaCodeData/Task/Compile-time-calculation/XLISP/compile-time-calculation-3.xlisp

7 lines
120 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
[1] (defun test-f10-ct () (f10-at-compile-time))
TEST-F10-CT
[2] (defun test-f10-rt () (f10-at-run-time))
TEST-F10-RT