Next: Quoting
Up: Tcl: A Generic
Previous: Expressions
- Syntax: [TclScript]
-
- Evaluate TclScript, substitute the result.
- May occur anywhere within a word.
- Examples:
-
- set b 8
-
8
- set a [expr $b + 2]
-
10
CS488/688: Introduction to Interactive Computer Graphics
University of Waterloo
Computer Graphics Lab
cs488@cgl.uwaterloo.ca