Skip to content

Class: Repeat

Represents a repeat-until loop control structure.

Constructors

Constructor

new Repeat(count, body, loc?): Repeat

Parameters

ParameterType
countExpression
bodyExpression
loc?SourceLocation

Returns

Repeat

Overrides

ASTNode.constructor