Loading…
![]() New source string testing_project / Documentation: reference/reference_lua/box_tuple/pairs — English |
Loading…
![]() New source string testing_project / Documentation: reference/reference_lua/box_tuple/pairs — English |
---
...
tarantool> tmp = ''
---
...
tarantool> for k, v in t:pairs() do
> tmp = tmp .. v
> end
---
...
tarantool> tmp
---
- Fld#1Fld#2Fld#3Fld#4Fld#5
...