]> gitweb.factorcode.org Git - factor.git/commitdiff
remove >r r>
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 14 Dec 2008 06:44:23 +0000 (00:44 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 14 Dec 2008 06:44:23 +0000 (00:44 -0600)
extra/taxes/usa/federal/federal.factor

index b71b831ca6068ba922cf25670c883f2020cf422e..4b6d516369f82fd325803d161e32d65716092a2d 100644 (file)
@@ -56,4 +56,4 @@ M: federal withholding* ( salary w4 tax-table entity -- x )
     ] if ;
 
 : net ( salary w4 collector -- x )
-    >r dupd r> total-withholding - ;
+    [ dupd ] dip total-withholding - ;