(current-process) ( -- handle )


Vocabulary
io.launcher

Inputs
None

Outputs
handlea process handle


Word description
Returns the handle of the current process.

Examples
USING: io.launcher math prettyprint ; (current-process) number? .
t


Definition


Methods