diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-08-16 22:00:07 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-08-16 22:00:07 +0300 |
| commit | 63003d252721af56d311163afe937df771f15843 (patch) | |
| tree | 1195256369f0d52db72e15ef4d431d1ad2a511bf /tests/arr.ek | |
| parent | 36e783aababadc0bb3e3c55f7616650523877e96 (diff) | |
| download | ek-63003d252721af56d311163afe937df771f15843.tar.gz ek-63003d252721af56d311163afe937df771f15843.zip | |
array syntax
Diffstat (limited to 'tests/arr.ek')
| -rw-r--r-- | tests/arr.ek | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arr.ek b/tests/arr.ek index d4f35f7..8596fd0 100644 --- a/tests/arr.ek +++ b/tests/arr.ek @@ -1,5 +1,5 @@ main() { - a '[20]'[20]'type![u32, u32]; + a '[20]'[20]'type![u32, u32] = [20, => 20 ... 200 = 240, [200, 200]]; a[20] = 200; } |
