append

open infix fun ScratchList.append(value: Expression?): NormalBlock

Appends a value to a list.

Parameters

value

The value to append.