nested conditional ? does not parse correctly
SmoothieAq opened this issue · 1 comments
SmoothieAq commented
https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Conditional_and_Iterator_Functions#Conditional_?_:
a = 4;
echo( a > 2 ? a < 3 ? "1" : "2" : "3" );
does not parse.
ldenisey commented
Fixed, will be released in version 2.2.0 coming soon.