openscad/testdata/scad/misc/override.scad

5 lines
81 B
OpenSCAD

// Used to test variable override with the -D parameter
a = 1;
b = 2;
echo(a,b);