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
}
}
Updated by Per Amundsen almost 8 years ago
- Status changed from New to Resolved
Thanks fixed for next beta.
Updated by Per Amundsen almost 8 years ago
- Status changed from Resolved to Closed
Actions