continue;
}
if (Skript.debug() || n.debug())
Skript.debug(indentation + "loop " + loopedExpr.toString(null, true) + ":");
final Kleenean hadDelayBefore = hasDelayBefore;
items.add(new Loop(loopedExpr, (SectionNode) n));
if (hadDelayBefore != Kleenean.TRUE && hasDelayBefore != Kleenean.FALSE)
hasDelayBefore = Kleenean.UNKNOWN;
} else if (StringUtils.startsWithIgnoreCase(name, "while ")) {
final String l = "" + name.substring("while ".length());
final Condition c = Condition.parse(l, "Can't understand this condition: " + l);