;+ ; Toggle to line mode. The value of !g.line is set to 1. That value ; is used by several procedures and functions to decide how they ; should behave (e.g. get). ; ; @version $Id: line.pro,v 1.2 2004/11/17 21:47:51 bgarwood Exp $ ;- PRO line compile_opt idl2 !g.line = 1 END