summaryrefslogtreecommitdiff
path: root/testdata/scad/features/echo-tests.scad
blob: b07d444c2ebe2495bafa7ace93f649849974780b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
echo(undef);
echo("string");
s = "stringvar";
echo(s);
echo(a = 1, b = 2.0, true, c = false);
v = [1, "vecstr", 2.34, false];
echo(v);
r = [1:2:10];
echo(r);

echo(vec = [1,2,3]);
echo(range = [0:2]);
contact: Jan Huwald // Impressum