Hacker News new | ask | show | jobs
by avmich 1229 days ago
Interesting. Is it possible to input some data in a loop in OpenSCAD? "Input once" can be considered the whole program.
1 comments

I don't know exactly what you mean but there are for loops to do something n times and iterate where values change each iteration. There is not goto. I don't know about recursion offhand, never tried.