Zrepeat

Executes the given code block N times and returns each non-empty output joined by newlines.

Syntax

Zrepeat{N;code}

Arguments

NameTypeRequiredDefault
NintegerYes-
codestringYes-

Example

Zrepeat{3;Line ZloopIndex{}}