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

Represents a loop constructed with the ‘while’ keyword, e.g.:

  while cond do
    body
  end

Methods

body   cond   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 loop

a condition to terminate the loop when it becomes true

always 0

[Validate]