docsFunctionsLoopsZrepeatZrepeat Executes the given code block N times and returns each non-empty output joined by newlines. Syntax Zrepeat{N;code} Arguments NameTypeRequiredDefaultNintegerYes-codestringYes- Example Zrepeat{3;Line ZloopIndex{}}ZloopValueZgetChannelVar