My current idea would be to just stick it in globals and then mess with the lambda but right now this isn't working for some reason :S
Code: Select all
(setq tbug (lambda (expression) (block (Return)
;to use, switch from enabling PrintTo to Nil and vice versa
(setq Return (PrintTo 'log expression))
;Nil
Return
)))