Function
data class Function(val name: String, val params: List<Element.Parameter>, val body: Compound.Block? = null, val returnType: String) : Compound
Constructors
Link copied to clipboard
constructor(name: String, params: List<Element.Parameter>, body: Compound.Block? = null, returnType: String)