Handbook
Glossary
percent ( real -- integer )
Vocabulary
tools
.
files
Inputs
real
an
object
Outputs
integer
an
object
Definition
USING:
math
;
IN:
tools.files
:
percent
( real -- integer )
100
*
>integer
;
inline