use 99 as the quit

This commit is contained in:
2024-10-09 15:05:59 +03:00
parent 2c98a8e133
commit 9ccb6cc066
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
LOAD get_vouchers 0
MAP get_vouchers
MOUT back 0
MOUT quit 00
MOUT quit 99
MNEXT next 11
MPREV prev 22
HALT
@@ -9,7 +9,7 @@ LOAD view_voucher 80
RELOAD view_voucher
CATCH . flag_incorrect_voucher 1
INCMP _ 0
INCMP quit 9
INCMP quit 99
INCMP > 11
INCMP < 22
INCMP view_voucher *