Handbook
Glossary
withholding ( salary w4 tax-table -- x )
Vocabulary
taxes
.
usa
Inputs
salary
an
object
w4
an
object
tax-table
an
object
Outputs
x
an
object
Definition
USING:
accessors
kernel
;
IN:
taxes.usa
:
withholding
( salary w4 tax-table -- x )
dup
entity>>
withholding*
;