Actions
Bug #3230
closed$v1 lost in OR statements
Start date:
01/27/2017
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
$v1 is incorrectly(?) stored from if conditions of which have an OR operator:
alias example {
var %ex = Some Value
if ($null || %ex) {
echo -sge This should be "Some Value": $v1
}
}
Actions