while (condition) statement
This function iterates until its condition evaluates to nil, evaluating the statement at each iteration. The condition is evaluated before the statement, so it is possible for a while loop to iterate zero times.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.