TMBASIC
Documentation
Docs
GitHub
TMBASIC Documentation
yield
Statement
The
yield
statement is used inside a
dim list
,
dim map
, or
dim set
block
. Each
yield
adds one entry to the collection.
See the documentation for
dim list
,
dim map
, and
dim set
block
for more information.