Loading…
![]() String updated in the repository testing_project / Documentation: reference/reference_lua/fun — Russian |
Glossary
English | Russian | ||
---|---|---|---|
No related strings found in the glossary. |
Loading…
![]() String updated in the repository testing_project / Documentation: reference/reference_lua/fun — Russian |
English | Russian | ||
---|---|---|---|
No related strings found in the glossary. |
---
...
tarantool> for _k, a in fun.range(3) do
> print(a)
> end
1
2
3
---
...
---
...
tarantool> for _k, a in fun.range(3) do
> print(a)
> end
1
2
3
---
...