[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [office-formula] Semantics
Eike Rathke wrote:
>>I don't see any problem with this approach - after all all those
>>"high-level" programming panguages do the same ...
>
> Which ones do what?
# Perl:
$var1 = "3";
$var2 = 3;
print $va1 + $var2 # => 6
# Javascript
var1 = "3";
var2 = 3;
document.write(var1+var2); # => "33"
Cheers,
Daniel.
--
/\/`) http://opendocumentfellowship.org
/\/_/
/\/_/ I'm not saying there should be a capital punishment for
\/_/ stupidity, but why don't we just take the safety labels
/ off of everything and let the problem solve itself?
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]