summaryrefslogtreecommitdiff
path: root/testdata/scad/misc/echo-tests.scad
blob: c42a67e6438eb857e7e3c0b1982ac5a6da47106f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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]);

echo(str("string generated by str()"));
contact: Jan Huwald // Impressum