Am 10.05.2009 05:22, Henrique schrieb:
Allin,
I would like to know what the lines 2573 and 2577 of the Brazilian
Portuguese mean (because I would like to translate them appropriately).
2573. (for logical AND, use '&&')\n
2577. (for logical OR, use '||')\n
Though I'm not Allin and right know I'm not sure exactly where these
strings appear, I'm fairly sure it's an explanation of the syntax for
logical operators in gretl's scripting language. For example:
if a=1 && b=2 # "if a=1 AND b=2" wouldn't work or is obsolete
<do stuff>
end if
cheers,
sven