view single statement
This commit is contained in:
parent
d49b68597c
commit
bfcdd79f33
@ -5,7 +5,11 @@ MOUT quit 99
|
|||||||
MNEXT next 11
|
MNEXT next 11
|
||||||
MPREV prev 22
|
MPREV prev 22
|
||||||
HALT
|
HALT
|
||||||
|
LOAD view_statement 0
|
||||||
|
RELOAD view_statement
|
||||||
|
CATCH . flag_incorrect_statement 1
|
||||||
INCMP _ 0
|
INCMP _ 0
|
||||||
INCMP quit 99
|
INCMP quit 99
|
||||||
INCMP > 11
|
INCMP > 11
|
||||||
INCMP < 22
|
INCMP < 22
|
||||||
|
INCMP view_statement *
|
||||||
|
1
services/registration/view_statement
Normal file
1
services/registration/view_statement
Normal file
@ -0,0 +1 @@
|
|||||||
|
{{.view_statement}}
|
10
services/registration/view_statement.vis
Normal file
10
services/registration/view_statement.vis
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
MAP view_statement
|
||||||
|
MOUT back 0
|
||||||
|
MOUT quit 9
|
||||||
|
MNEXT next 11
|
||||||
|
MPREV prev 22
|
||||||
|
HALT
|
||||||
|
INCMP _ 0
|
||||||
|
INCMP quit 9
|
||||||
|
INCMP > 11
|
||||||
|
INCMP < 22
|
Loading…
Reference in New Issue
Block a user