0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-26 07:45:14 +00:00

(console.tal) Test argument queue

This commit is contained in:
Devine Lu Linvega 2023-04-17 10:55:45 -07:00
parent 9a882a64c7
commit b76b7b6e9b

View file

@ -13,6 +13,10 @@
;on-argument .Console/vector DEO2
( print hello )
;hello-txt pstr
( when arguments are queued )
.Console/type DEI #04 EQU ?&no-queue
;queue-txt pstr
&no-queue
BRK
@ -105,4 +109,5 @@ JMP2r
@arg-txt "(arg) $1
@quit-txt "quit $1
@argend-txt "(argend) 0a $1
@queue-txt "(queue) 0a $1