]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/debugger/debugger.factor
factor: remove in-out, it's just in>> out>>
[factor.git] / basis / compiler / tree / debugger / debugger.factor
index a49485999127170bca012aaba643fa0017e1b262..ed9c406b89de474fcd8fdb11dda8b41a5c95042a 100644 (file)
@@ -26,7 +26,7 @@ MACRO: match-choose ( alist -- quot )
 MATCH-VARS: ?a ?b ?c ;
 
 : pretty-shuffle ( effect -- word/f )
-    in-out 2array {
+    [ in>> ] [ out>> ] bi 2array {
         { { { } { } } [ ] }
         { { { ?a } { ?a } } [ ] }
         { { { ?a ?b } { ?a ?b } } [ ] }