Fractal block

Can be used to make fractals, as well as other recursive stuff.
Like the For block, but has two branches instead of one.

<blocks app="Snap! 5.1, http://snap.berkeley.edu" version="1"><block-definition s="fractal up to %&apos;end&apos; %&apos;script&apos;" type="command" category="control"><header></header><code></code><translations></translations><inputs><input type="%n"></input><input type="%cmdRing"></input></inputs><script><block s="doIf"><block s="reportGreaterThan"><block var="end"/><l>0</l></block><script><custom-block s="fractal up to %n %cmdRing"><block s="reportDifference"><block var="end"/><l>1</l></block><block var="script"/></custom-block><block s="doRun"><block var="script"/><list><block var="end"/></list></block><custom-block s="fractal up to %n %cmdRing"><block s="reportDifference"><block var="end"/><l>1</l></block><block var="script"/></custom-block></script></block></script></block-definition></blocks>

Do you have any project using the "fork" block?

I have one called "Say Fractal". (My Snap username is "donotforgetmycode_snap", not "donotforgetmycode_sn".)

where's the fork block?