diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-07-24 03:11:32 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-07-24 03:11:32 +0200 |
| commit | bb4f474cb2247e0e314beab5d7d72e673ff4e8b6 (patch) | |
| tree | 4809b414bffa8d422ef8c1b6fe65dcdd4dce65d8 /testsuite/runnable/for_loop.elna | |
| parent | 275fa4bff6d153019b6914fed7127a7d919ca177 (diff) | |
| download | elna-bb4f474cb2247e0e314beab5d7d72e673ff4e8b6.tar.gz | |
Implement a repeat loop
Diffstat (limited to 'testsuite/runnable/for_loop.elna')
| -rw-r--r-- | testsuite/runnable/for_loop.elna | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/testsuite/runnable/for_loop.elna b/testsuite/runnable/for_loop.elna deleted file mode 100644 index 02db679..0000000 --- a/testsuite/runnable/for_loop.elna +++ /dev/null @@ -1,9 +0,0 @@ -var - actual: [4]Word := [4]Word{} - -begin - for i := 1u to 4u do - actual[i] := i * 2u - end; - assert(actual = [4]Word{ 2u, 4u, 6u, 8u }) -end. |
