Changes between Version 4 and Version 5 of Submitting/TclTk
- Timestamp:
- 06/21/14 05:23:43 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting/TclTk
v4 v5 226 226 227 227 For example, use: 228 228 {{{ 229 229 set vals [list $foo $bar] 230 230 }}} 231 231 rather than: 232 232 {{{ 233 233 set vals "$foo $bar" 234 234 }}} 235 235 The former will always create a list with two elements, adding braces 236 236 if necessary, while the latter will split $foo and $bar into multiple