package ast // Loop represents a block of repeatable statements. type Loop struct { Body AST }