By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Yes, he wrote that in the help-file. And I got that.Rex said that he was thinking in terms of return codes: 0 generally means success, and nonzero is failure.
v:\> echo %@if[%[[1==1]],1,2]
2
v:\> echo %@if[1==1,1,2]
1
How can we misuse anything if it's proper use is not documented?