aboutsummaryrefslogtreecommitdiff
path: root/testsuite/compilable/float_literals.elna
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-08-21 00:05:03 +0200
committerEugen Wissner <belka@caraus.de>2026-08-21 00:05:03 +0200
commit39269cc68a32f6e1a7524b00da36a1fe4cc7fb8b (patch)
tree9558cd6107d60e22127faeddbdeac5031ee2fdbe /testsuite/compilable/float_literals.elna
parent4f77ad5d019618893c59a0f8d5bfa6b98e50a3be (diff)
downloadelna-39269cc68a32f6e1a7524b00da36a1fe4cc7fb8b.tar.gz
Implement Single and Double floats
Diffstat (limited to 'testsuite/compilable/float_literals.elna')
-rw-r--r--testsuite/compilable/float_literals.elna9
1 files changed, 0 insertions, 9 deletions
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.