[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: another take on hackers and painters



Dan Sugalski wrote:
 > Someone sent me private mail that boiled down to "Well, should
 > 1 + '2 * 5' evaluate to 11, then?"

It does in Tcl:

$ tcl -c 'puts [expr 1 + "2*5"]'
11