- Joined
- Sep 14, 2012
- Messages
- 3,413
Please can you explain me how to properly use Batch conditions ^^' ?
For instance can you give me the equivalent of this
For instance can you give me the equivalent of this
Code:
if a>10
if a>=10
if a<10
if a<=10
if a==10
if a!=10
if a>b
if a>=b
if a<b
if a<=b
if a==b
if a!=b