]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/walker/walker.factor
assocs: Add of and ?of. Change all the things at once! Fixes #701.
[factor.git] / basis / tools / walker / walker.factor
index 3c287cbf24d32f62b98a6e060f609a354f9261c7..f2516e18d879dbcd5c02add7c1b304d7955d9d46 100644 (file)
@@ -23,8 +23,8 @@ DEFER: start-walker-thread
 
 : get-walker-thread ( -- status continuation thread )
     walker-thread tget [
-        [ variables>> walker-status swap at ]
-        [ variables>> walker-continuation swap at ]
+        [ variables>> walker-status of ]
+        [ variables>> walker-continuation of ]
         [ ] tri
     ] [
         f <model>