change the order of INCMP statements and use 88 for next and 98 for previous
This commit is contained in:
parent
db5d55d8e3
commit
899d4382b1
@ -3,14 +3,14 @@ LOAD get_vouchers 0
|
|||||||
MAP get_vouchers
|
MAP get_vouchers
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
MOUT quit 99
|
MOUT quit 99
|
||||||
MNEXT next 11
|
MNEXT next 88
|
||||||
MPREV prev 22
|
MPREV prev 98
|
||||||
HALT
|
HALT
|
||||||
|
INCMP > 88
|
||||||
|
INCMP < 98
|
||||||
|
INCMP _ 0
|
||||||
|
INCMP quit 99
|
||||||
LOAD view_voucher 80
|
LOAD view_voucher 80
|
||||||
RELOAD view_voucher
|
RELOAD view_voucher
|
||||||
CATCH . flag_incorrect_voucher 1
|
CATCH . flag_incorrect_voucher 1
|
||||||
INCMP _ 0
|
|
||||||
INCMP quit 99
|
|
||||||
INCMP > 11
|
|
||||||
INCMP < 22
|
|
||||||
INCMP view_voucher *
|
INCMP view_voucher *
|
||||||
|
Loading…
Reference in New Issue
Block a user