This code illustrates how the SMOP Run Loop works:
if ($interpreter.has_next()) {
$interpreter.next();
$interpreter.eval();
}
This means that the first node of any continuation is likely to not be evaluated by the loop. Use it to receive parameters or to take return values.