LoopStatement


Description:

public LoopStatement (Block body, SourceReference? source_reference = null)

Creates a new loop.

Parameters:

body

loop body

source_reference

reference to source code

Returns:

newly created while statement