Re: :: notation
- To: mathgroup at smc.vnet.net
- Subject: [mg77692] Re: :: notation
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 15 Jun 2007 04:28:38 -0400 (EDT)
- References: <f4r4fu$a36$1@smc.vnet.net>
Hi, http://publib.boulder.ibm.com/infocenter/macxhelp/v6v81/index.jsp?topic=/com.ibm.vacpp6m.doc/language/ref/clrc05cplr175.htm http://www.codepedia.com/1/CppScopeOperator http://www.wachtler.de/cpp/node27.html should help you. The symbols have string fiels like "usage" and :: access the specific fields of the symbols. Regards Jens Andrew Moylan wrote: > What are the properties of the :: notation? As in the following: > > function::usage = "bla"; > > Where can I read about this notation in the documentation? > > >