mirror of
https://git.sr.ht/~rabbits/uxn
synced 2025-01-03 06:01:30 +00:00
(console.tal) Cleanup
This commit is contained in:
parent
0d7518bfdf
commit
7448e30b93
1 changed files with 5 additions and 8 deletions
|
@ -25,8 +25,8 @@
|
|||
STZ2
|
||||
BRK }
|
||||
;arg ;Dict/yousent <print-result>
|
||||
[ LIT2 04 -Console/type ] DEI NEQ ?{ ;on-std .Console/vector DEO2 }
|
||||
[ LIT2 -arg _&ptr ] STR
|
||||
[ LIT2 04 -Console/type ] DEI NEQ ?{ ;on-std .Console/vector DEO2 }
|
||||
BRK
|
||||
|
||||
@on-std ( -> )
|
||||
|
@ -35,13 +35,10 @@
|
|||
STZ2
|
||||
BRK }
|
||||
;std DUP2 ;Dict/yousaid <print-result>
|
||||
;Dict/quit scmp ?quit
|
||||
[ LIT2 -std _&ptr ] STR
|
||||
BRK
|
||||
|
||||
@quit ( -> )
|
||||
#800f DEO
|
||||
#010e DEO
|
||||
;Dict/quit scmp ?{
|
||||
[ LIT2 -std _&ptr ] STR
|
||||
BRK }
|
||||
( quit ) #800f DEO
|
||||
BRK
|
||||
|
||||
@<print-result> ( buf* name* -- )
|
||||
|
|
Loading…
Reference in a new issue