On Dec 18, 2004, at 3:48 AM, Scott Wilson wrote:
Speaking of wiki: James, I don't think you ever gave an answer as to your feelings about using [NameOfHelpFile] for help links rather than the trailing '?'.
Yes this has worked since the day you mentioned it.
openWikiPage { ... { selectedText.first == $[ and: { selectedText.last == $] }} { // open help file selectedText[1 .. selectedText.size-2].openHelpFile } ...