commit b76b7b6e9b78ed5876cd77a31cf4d0e3f7855163 parent 9a882a64c770930ee6e0a74a366aaab95b753b92 Author: Devine Lu Linvega <aliceffekt@gmail.com> Date: Mon, 17 Apr 2023 10:55:45 -0700 (console.tal) Test argument queue Diffstat:
M | projects/examples/devices/console.tal | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/projects/examples/devices/console.tal b/projects/examples/devices/console.tal @@ -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