URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [itcl/] [itcl/] [doc/] [itclsh.1] - Rev 578
Go to most recent revision | Compare with Previous | Blame | View Log
'\"
'\" Copyright (c) 1996 Lucent Technologies
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
'\" $Id: itclsh.1,v 1.1.1.1 2002-01-16 10:24:46 markom Exp $
'\"
.so man.macros
.TH itclsh 1 "" itcl "[incr\ Tcl]"
.BS
'\" Note: do not modify the .SH NAME line immediately below!
.SH NAME
itclsh \- Simple shell for [incr Tcl]
.SH SYNOPSIS
\fBitclsh\fR ?\fIfileName arg arg ...\fR?
.BE
.SH DESCRIPTION
.PP
\fBitclsh\fR is a shell-like application that reads Tcl commands
from its standard input, or from a file, and evaluates them.
It is just like \fBtclsh\fR, but includes the \fB[incr\ Tcl]\fR
extensions for object-oriented programming.
.PP
See the \fBtclsh\fR man page for details concerning usage. See
the \fBitcl\fR man page for an overview of \fB[incr\ Tcl]\fR.
.SH KEYWORDS
Tcl, itcl, interpreter, script file, shell
Go to most recent revision | Compare with Previous | Blame | View Log