summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorBrad Pitcher <bradpitcher@gmail.com>2011-10-17 01:06:10 (GMT)
committerBrad Pitcher <bradpitcher@gmail.com>2011-10-17 01:06:10 (GMT)
commit7541854212d6c1223e015faf55a6ca0657a1c184 (patch)
tree147ee806d216564de69e2ec53a5bc6d28cdfa094 /testdata
parent0407d287b035e4f3aabf718f290eb31365fad26e (diff)
parent5dd4decc9106fe27f088358f8326bb15d367af35 (diff)
Merge branch 'master' of https://github.com/openscad/openscad
Diffstat (limited to 'testdata')
-rw-r--r--testdata/scad/features/echo-tests.scad12
1 files changed, 12 insertions, 0 deletions
diff --git a/testdata/scad/features/echo-tests.scad b/testdata/scad/features/echo-tests.scad
new file mode 100644
index 0000000..b07d444
--- /dev/null
+++ b/testdata/scad/features/echo-tests.scad
@@ -0,0 +1,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