From a32a61813ebaecf0c1e69fd1481bf09d8c8b1420 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 14 Jul 2026 18:08:44 +0200 Subject: Support more floating point literals --- testsuite/compilable/float_literals.elna | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 testsuite/compilable/float_literals.elna (limited to 'testsuite/compilable/float_literals.elna') 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. -- cgit v1.2.3