Skip to content

Commit a84eba6

Browse files
committed
Update: <lang>\coding\array.html
`<size>`: a value between 1 and 255 (inclusive)
1 parent f3e7c5b commit a84eba6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

en/coding/arrays.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
`<array name>`: local or global [variable](variables.md)\
2525
`<index var name>`: any variable containing an index of the element to read or write\
26-
`<size>`: any value greater than 0\
26+
`<size>`: a value between 1 and 255 (inclusive)\
2727
`<type>`: one of characters `i` `f` `s` `v`:
2828

2929
|Letter|Item Type|Item Size (bytes)|

ru/coding/arrays.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
`<имя массива>`: локальная или глобальная [переменная](variables.md)\
2525
`<индекс>`: локальная или глобальная переменная, содержащая индекс элемента, который нужно прочитать или изменить\
26-
`<размер>`: любое целое число больше 0\
26+
`<размер>`: a value between 1 and 255 (inclusive)\
2727
`<тип>`: одна из букв `i` `f` `s` `v`:
2828

2929
|Буква|Тип элемента|Размер элемента (в байтах)|

tr/coding/arrays.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
`<array name>`: local or global [variable](variables.md)\
2525
`<index var name>`: any variable containing an index of the element to read or write\
26-
`<size>`: any value greater than 0\
26+
`<size>`: a value between 1 and 255 (inclusive)\
2727
`<type>`: one of characters `i` `f` `s` `v`:
2828

2929
|Letter|Item Type|Item Size (bytes)|

0 commit comments

Comments
 (0)