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_by.elna | |
| parent | 275fa4bff6d153019b6914fed7127a7d919ca177 (diff) | |
| download | elna-bb4f474cb2247e0e314beab5d7d72e673ff4e8b6.tar.gz | |
Implement a repeat loop
Diffstat (limited to 'testsuite/runnable/for_by.elna')
| -rw-r--r-- | testsuite/runnable/for_by.elna | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/testsuite/runnable/for_by.elna b/testsuite/runnable/for_by.elna deleted file mode 100644 index b219dc6..0000000 --- a/testsuite/runnable/for_by.elna +++ /dev/null @@ -1,9 +0,0 @@ -var - actual: [4]Word := [4]Word{} - -begin - for i := 1u to 4u by 2u do - actual[i] := i - end; - assert(actual = [4]Word{ 1u, 0u, 3u, 0u }) -end. |
