summaryrefslogtreecommitdiff
path: root/testdata/scad/misc/parser-tests.scad
blob: 03cbded7f73559d27a46b8741f190dbe40a4aa81 (plain)
1
2
3
4
5
6
7
// Number literals

a = .1;      echo(a);
b = 2.;      echo(b);
c = 11e+2;   echo(c);
d = 21.e-3;  echo(d);
e = .11e-12; echo(e);
contact: Jan Huwald // Impressum