While (MPI)
From Tapestries MUCK
while
{while:check,expr}
This is a looping structure.
It evaluates the 'check' argument, and if it evaluates true, then it evaluates the expr argument, and repeats the process.
If 'check' evaluates false, then the loop is exited. This returns the result of the last evaluation of expr.