buildBlock

fun buildBlock(block: BlockAstBuilder.() -> Unit): Node

Begins a DSL block for building a single block node.

Return

the first node that results from buildBlocks

Parameters

block

action to run with the block builder

See also

Throws

if the result of buildBlocks is empty