TOC PREV NEXT INDEX

 


About the TclPro Documentation


TclPro documentation consists of the following:

In this guide, Tcl commands, shell commands, and C functions appear in bold format. Variables, file names, and URLs appear in italics.

When this guide provides instructions for selecting an item from a menu, it lists the options you need to select separated by "|" characters, with the accelerator keys underlined. For example, "select File | Open from the menubar" means that you should click on the File menu in the application, then select the Open option from that menu; alternatively, you could hold the <Alt> key while you type "fo".

Tcl scripts, C programs, and computer output appear in a typewriter-style font. Information that you type at a Tcl or shell prompt is in a bold typewriter-style font. The following shows a simple example where you enter a Tcl command in tclsh and see the results:


% puts "2 + 2 = [expr 2 + 2]"
2 + 2 = 4



http://www.ajubasolutions.com
Voice: (650) 210-0100
Fax: (650) 210-0101
support@ajubasolutions.com
TOC PREV NEXT INDEX