| 
| Image: 
  Author: s_noonan Group: Default Filesize: 39.75 kB Date added: 2025-08-16 Rating: 5 Downloads: 155 Views: 79 Comments: 3 Ratings: 1 Times favored: 0 Made with: Algodoo v2.2.3 Tags: 
 | A custom “for” loop built in Thyme that works in both directions (up or down) and supports any step size.Instead of a simple linear loop, it uses a divide-and-conquer recursion scheme to split ranges in half — this drastically reduces recursion depth and raises the effective loop capacity up to about 2^64 iterations without crashing.
 
 Use it to safely iterate large ranges, experiment with step sizes, or as a reusable component in your own Algodoo projects.
 |  	
                            Last edited at 2025/08/16 21:05:57 by s_noonan
                     Please log in to rate this scene |