Module ret

Source
Expand description

Represents a return node in the AST.

Structsยง

ReturnNode
Represents a return node in the AST, such as return 5.