Skip to content
Paul Lipkowski edited this page Nov 12, 2020 · 16 revisions

Loop is a syntax structure of PapajScript, that allows executing an instruction (or a set of them) multiple times. The first loops were introduced on January 12, 2018, along with the update for RPN Calculator 0.3.0.

First loops

The first ever introduced loop was times-loop, which has 2 syntaxes

Name Syntax Purpose Since Last supported version
times-loop Xn Do something N times 0.3.0 0.4.2
times-loop n times Do something N times 0.3.1 supported today
Clone this wiki locally