Re: [office-formula] Semantics

From
Daniel Carrera <>
Date
2006-03-01T14:14:36+00:00
ID
Thread
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?