Vocabularyhelp.
markupInputselement | a markup element of the form { string... } |
OutputsNone
Word descriptionPrints code examples, as seen in many help articles. The markup element must be an array of strings.
NotesThe code becomes clickable if the output stream supports it, and clicking it opens a listener window with the text inserted at the input prompt.
If you want to show code along with sample output, use the
$example element.
Examples{ $code "2 2 + ." } print-element
2 2 + .
Definition