Darwin Help

Back to Index

TT

Class TT - placeholder for text that should be displayed "as is"

Calling Sequence  TT(string1,...)
Parameters
NameTypeDescription

string1 stringtext 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