trace
(trace [ functionA [ functionB ... ] ]
)
This function marks the specified
functionA, functionB, ... to be
traced.
Arguments |
functionA (symbol name, optional) name of a function to be
traced |
Return |
the last argument item passed
into (trace); |
Example |
(defun test () (print "test
function")) |
Remarks |
see (untrace) function |
© Bricsys NV. All rights reserved. |