diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-25 13:34:51 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-25 13:34:51 +0200 |
commit | 86e7d95b9cb427017d122f1d5a0bb778dfc22695 (patch) | |
tree | 6b3ee0b6dcdaa202ce172e9528acec2a04215287 /doc/it | |
parent | f250be4aa82e746178786701a224e02944e0286b (diff) | |
download | weechat-86e7d95b9cb427017d122f1d5a0bb778dfc22695.zip |
core: fix evaluation of expressions with parentheses
First evaluate sub-expressions between parentheses.
Before the fix:
>> 1 && (0 || 0)
== [1]
After the fix:
>> 1 && (0 || 0)
== [0]
Diffstat (limited to 'doc/it')
0 files changed, 0 insertions, 0 deletions