Handbook
Glossary
ghz ( x -- )
Vocabulary
system-info
Inputs
x
an
object
Outputs
None
Definition
USING:
io
math
math.parser
;
IN:
system-info
:
ghz
( x -- )
1000000000
/f
number>string
write
bl
"GHz"
write
;