[Common]
Description=رʽж
HotKeyStart=119
HotKeyStop=122
Enabled=0
RunOnce=1

[Script]
//жϹܿ԰жϲΪһ
//ɴ򻯽űӽűĿɶԺִЧ
//&Ϊ""(and)
//|Ϊ""(or)

var i=0
var j=6

main:
if (2>=2^3)|(1>2)
  Key press 65 1
else
  Key Press 66 1
EndIf
while i<10 & j>5
  Key Press 65 1
  set i=i+1
endwhile
Key Press 66 1
endmain
