Class Node::YIELD
In: ext/nodeinfo.c
Parent: Node

Represents the ‘yield’ keyword. When evaluated, causes control of the program to be transferred to the block passed by the calling scope.

Methods

head   members   state  

Public Class methods

Return an array of strings containing the names of the node class‘s members.

Public Instance methods

the body of the block to evaluate

always 0

[Validate]