InfiniteLoopNode  
            class InfiniteLoopNode(body: BlockNode, jumpLabel: JumpLabelNode?, sourceLocation: SourceLocation, comment: String?) : LoopNode
Content copied to clipboard
Executing a statement until a break statement is encountered.
Constructors
InfiniteLoopNode
                          
                    Link copied to clipboard
                        fun InfiniteLoopNode(body: BlockNode, jumpLabel: JumpLabelNode?, sourceLocation: SourceLocation, comment: String? = null)
Content copied to clipboard
Functions
toDocument 
                          
                    Link copied to clipboard