discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

dynamic FOR statement

P
Parkinbot
Mon, Nov 14, 2016 1:18 PM

Ronaldo, before you start your testing ;-)
There is a typo. It should read:

function Each_(L) = Each([for(i=L) i[0][0]!=undef?i:[i]]);

--
View this message in context: http://forum.openscad.org/dynamic-FOR-statement-tp19053p19094.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Ronaldo, before you start your testing ;-) There is a typo. It should read: > function Each_(L) = Each([for(i=L) i[0][0]!=undef?i:[i]]); -- View this message in context: http://forum.openscad.org/dynamic-FOR-statement-tp19053p19094.html Sent from the OpenSCAD mailing list archive at Nabble.com.
RP
Ronaldo Persiano
Mon, Nov 14, 2016 2:45 PM

Thank you, Rudolf. But I haven't seen any significant difference.

2016-11-14 11:18 GMT-02:00 Parkinbot rudolf@parkinbot.com:

Ronaldo, before you start your testing ;-)
There is a typo. It should read:

function Each_(L) = Each([for(i=L) i[0][0]!=undef?i:[i]]);

--
View this message in context: http://forum.openscad.org/
dynamic-FOR-statement-tp19053p19094.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Thank you, Rudolf. But I haven't seen any significant difference. 2016-11-14 11:18 GMT-02:00 Parkinbot <rudolf@parkinbot.com>: > Ronaldo, before you start your testing ;-) > There is a typo. It should read: > > > > function Each_(L) = Each([for(i=L) i[0][0]!=undef?i:[i]]); > > > > > > -- > View this message in context: http://forum.openscad.org/ > dynamic-FOR-statement-tp19053p19094.html > Sent from the OpenSCAD mailing list archive at Nabble.com. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >