Changes between Version 4 and Version 5 of Submitting/TclTk


Ignore:
Timestamp:
Jun 21, 2014, 5:23:43 AM (10 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Submitting/TclTk

    v4 v5  
    226226
    227227    For example, use:
    228 
     228{{{
    229229        set vals [list $foo $bar]
    230 
     230}}}
    231231    rather than:
    232 
     232{{{
    233233        set vals "$foo $bar"
    234 
     234}}}
    235235    The former will always create a list with two elements, adding braces
    236236    if necessary, while the latter will split $foo and $bar into multiple