tolysz / hiccup

Automatically exported from code.google.com/p/hiccup
GNU Lesser General Public License v2.1
1 stars 0 forks source link

resetting of array to scalar doesn't complain #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
{{{
set x(1) 44
puts $x(1)
set x 2 # hiccup doesn't mind this, real tcl does.
}}}

Original issue reported on code.google.com by consa...@gmail.com on 18 Jan 2008 at 1:08

GoogleCodeExporter commented 9 years ago

Original comment by consa...@gmail.com on 24 Jan 2008 at 9:33