royasutton
2018-11-22 00:04:11 UTC
Consider:
echo( version() );
a = "123";
echo ( [ for (i=a) i ] );
For the past several years the result has been:
ECHO: [2018, 6, 1]
ECHO: ["123"]
For the past few days it has been:
ECHO: [2018, 11, 20]
ECHO: ["1", "2", "3"]
Is there a reason for this low-level change? It seems that the type string
has been re-classified.
--
Sent from: http://forum.openscad.org/
echo( version() );
a = "123";
echo ( [ for (i=a) i ] );
For the past several years the result has been:
ECHO: [2018, 6, 1]
ECHO: ["123"]
For the past few days it has been:
ECHO: [2018, 11, 20]
ECHO: ["1", "2", "3"]
Is there a reason for this low-level change? It seems that the type string
has been re-classified.
--
Sent from: http://forum.openscad.org/