newHandle x -- passes the commands x to the engine with sendgg, pops an object off the engine's stack and produces the handle.
See also:
Ways to use newHandle :
Code:
-- ../../../Macaulay2/m2/handles.m2:13 newHandle = ggcmds -> toHandle convert(ConvertInteger, sendgg (ggcmds,ggnewh))