code_->Single(out, CYRight(flags), CYCompactShort);
}
void CYForInitialized::Output(CYOutput &out, CYFlags flags) const {
out << "for" << ' ' << '(' << "var" << ' ';
code_->Single(out, CYRight(flags), CYCompactShort);
}
void CYForInitialized::Output(CYOutput &out, CYFlags flags) const {
out << "for" << ' ' << '(' << "var" << ' ';