Handbook
Glossary
set-dual-help ( dword word -- )
Vocabulary
math
.
dual
.
private
Inputs
dword
an
object
word
an
object
Outputs
None
Definition
USING:
accessors
arrays
assocs
effects
help
help.markup
kernel
make
math.dual
sequences
;
IN:
math.dual.private
:
set-dual-help
( dword word -- )
[
[
stack-effect
[
in>>
]
[
out>>
]
bi
append
[
dual
]
map>alist
{
$values
}
prepend
]
[
[
{
$description
}
%
"Version of "
,
{
$link
}
swap
suffix
,
" extended to work on dual numbers."
,
]
{
}
make
]
bi*
2array
]
keepd
set-word-help
;