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

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

  until 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]