[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: How do I repeat a function call n times?



Reply to note from Harry Binswanger  Sat, 23 Apr 2016
14:13:27 -0400

More generally, the way to "do something" (anything) n times is:

Xy3 and later:
+1>{less_than}=>[DO
 SOMETHING HERE]

Xy4 and later:
[DO SOMETHING HERE]

Real XPL (DECODE):

XPLeNCODE v2.0 (ENCODE.A3X)
b-gin [UNTITLED]
Xy3 and later:[cr|lf]{<}SX01,10{>}{<}SX02,0{>}{<}LBa{>}{<}SX02
,{<}PV02{>}{043}1{>}{<}IF{<}PV02{>}<={<}PV01{>}{>}{091}DO SOME
THING HERE{093}{<}GLa{>}{<}EI{>}[cr|lf][cr|lf]Xy4 and later:[cr|lf]
{<}SX01,10{>}{<}CUa,01{>}{091}DO SOMETHING HERE{093}{<}LBa{>}[cr|lf]
[cr|lf]
-nd
XPLeNCODE

--
Carl Distefano
cld@xxxxxxxx