add dummy vouchers list

This commit is contained in:
2024-09-25 13:27:13 +03:00
parent 0caf82a27e
commit 188cb573dd
5 changed files with 45 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ MOUT help 4
MOUT quit 9
HALT
INCMP send 1
INCMP quit 2
INCMP select_voucher 2
INCMP my_account 3
INCMP help 4
INCMP quit 9

View File

@@ -0,0 +1,2 @@
Select number or symbol from your vouchers:
{{.get_vouchers}}

View File

@@ -0,0 +1,9 @@
LOAD get_vouchers 0
MAP get_vouchers
MNEXT next 11
MPREV back 22
HALT
INCMP > 11
INCMP < 22
INCMP _*