What "Sort" option of :Values does?
- To: mathgroup at smc.vnet.net
- Subject: [mg120918] What "Sort" option of :Values does?
- From: "Alexey Popkov" <lehin.p at gmail.com>
- Date: Tue, 16 Aug 2011 01:26:02 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Reply-to: "Alexey Popkov" <lehin.p at gmail.com>
All the ...Values functions have undocumented option Sort: In[1]:= Options /@ {OwnValues, DownValues, UpValues, SubValues, DefaultValues, FormatValues, NValues} Out[1]= {{Sort -> True}, {Sort -> True}, {Sort -> True}, {Sort -> True}, {Sort -> True}, {Sort -> True}, {Sort -> True}} What this option does?