Changes between Initial Version and Version 1 of Ticket #1811

Show
Ignore:
Timestamp:
10/03/10 05:49:30 (11 years ago)
Author:
coke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1811 – description

    initial v1  
    11{{{ 
    22./tclsh -e "puts [expr 1/3.0]" 
    3 }}}} 
     3}}} 
    44 
    55used to print "0.33333" or so (a floating point value) Now it prints "0" (an int)