[OpenSCAD] boolean logic in openscad
Giles Bathgate
giles.bathgate at gmail.com
Wed Oct 26 15:42:25 CEST 2011
On 26 October 2011 14:36, William Adams <william_a_adams at msn.com> wrote:
> I am wanting to implement a function that has the following pattern
>
> func(x) = (x<<13) & 0x7fffffff;
>
> Am I safe in assuming I can NOT do this in OpenScad?
No none of that is supported, and in addition neither are hexidecimal
constants?!
Why are you trying to do this?
Regards
Giles.
More information about the OpenSCAD
mailing list