scratch-dsl
Toggle table of contents
master
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
scratch-dsl
scratch-dsl
/
org.scratchapi.scratchdsl
/
append
append
fun
BlockHost
.
append
(
list
:
ScratchList
,
value
:
Expression
?
)
:
NormalBlock
Adds an 'add to list' block.
Parameters
list
The list to add to.
value
The value to add.