public override void Run(NCSContext context) { if (context.stack.Count == 1) { context.last_return = context.stack[0]; } context.Return(); }