Skip to content

Commit

Permalink
Update: <lang>\coding\array.html
Browse files Browse the repository at this point in the history
`<size>`: a value between 1 and 255 (inclusive)
  • Loading branch information
MatiDragon-YT committed Mar 17, 2023
1 parent f3e7c5b commit a84eba6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion en/coding/arrays.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

|Letter|Item Type|Item Size (bytes)|
Expand Down
2 changes: 1 addition & 1 deletion ru/coding/arrays.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

|Буква|Тип элемента|Размер элемента (в байтах)|
Expand Down
2 changes: 1 addition & 1 deletion tr/coding/arrays.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

|Letter|Item Type|Item Size (bytes)|
Expand Down

0 comments on commit a84eba6

Please sign in to comment.