| Calling Sequence
| TT(string1,...)
|
| Parameters
| | Name | Type | Description |
|
| string1
| string | text to be displayed as is |
|
| Return Type
| TT |
| Methods
| HTMLC, LaTeXC, print, string, type |
| Synopsis
| The TT data structure holds text that is to be
displayed using a constant width font (like in a typewriter) |
| Examples
| > TT( 'for i to 10 do lprint(i^2) od');
TT(for i to 10 do lprint(i^2) od)
|
| See also
| Code, Color, Copyright, Document, HTML, HyperLink, Indent, LastUpdatedBy, latex, List, Paragraph, PostscriptFigure, print, Roman, RunDarwinSession, screenwidth, Table, View |