diff options
Diffstat (limited to 'testsuite/compilable/float_literals.elna')
| -rw-r--r-- | testsuite/compilable/float_literals.elna | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/compilable/float_literals.elna b/testsuite/compilable/float_literals.elna new file mode 100644 index 0000000..1ce914d --- /dev/null +++ b/testsuite/compilable/float_literals.elna @@ -0,0 +1,9 @@ +proc f() +const + x := 3.14 + y := 1e10 + z := 4.567e8 + t := 2.5E-3 +end + +end. |
