(defun c:op () (if optog (setq optog "ON") (setq optog "OFF") );if (command "'.LAYER" optog "*8*" "") (if(eq optog "ON") (setq optog nil) );if )