Y
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
Brian_K_White
1228 days ago
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.
link