Hi Jon, > > I never saw the ; shortcut being mentioned, in most cases (for me > > anyway) it will suffice instead of get. > > By the way, is the ';' functionally identical to the 'get'?
Yes, except for whether (or which) arguments are evaluated. This is along the same line as 'get' <-> ':', 'prop' <-> '::' and 'put' <-> '=:' etc. Thus, ':' and ';' are just shorter and faster variations of 'get'. Cheers, - Alex -- UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe
