Word description Prints a clickable example with sample output. The markup element must be an array of strings. All but the last string are joined by newlines and taken as the input text, and the last string is the output. The example becomes clickable if the output stream supports it, and clicking it opens a listener window with the input text inserted at the input prompt.
Examples The input text must contain a correct USING: declaration, and output text should be a string of what the input prints when executed, not the final stack contents or anything like that. So the following is an incorrect example:
Examples can incorporate a call to .s to show multiple output values; the convention is that you may assume the stack is empty before the example evaluates.