From 39269cc68a32f6e1a7524b00da36a1fe4cc7fb8b Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 21 Aug 2026 00:05:03 +0200 Subject: Implement Single and Double floats --- testsuite/compilable/float_literals.elna | 9 --------- 1 file changed, 9 deletions(-) delete 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 deleted file mode 100644 index 77af6b1..0000000 --- a/testsuite/compilable/float_literals.elna +++ /dev/null @@ -1,9 +0,0 @@ -proc f() -var - x: const Float := 3.14 - y: const Float := 1e10 - z: const Float := 4.567e8 - t: const Float := 2.5E-3 -return - -end. -- cgit v1.2.3