Loading…
![]() String updated in the repository testing_project / Documentation: reference/reference_lua/box_tuple/new — Russian |
Glossary
English | Russian | ||
---|---|---|---|
No related strings found in the glossary. |
Loading…
![]() String updated in the repository testing_project / Documentation: reference/reference_lua/box_tuple/new — Russian |
English | Russian | ||
---|---|---|---|
No related strings found in the glossary. |
> 33,
> tonumber('1'),
> tonumber64('2')
> }:totable()
---
...
tarantool> t = box.tuple.new{'abc', 'def', 'ghi', 'abc'}
---
...
tarantool> t
---
- ['abc', 'def', 'ghi', 'abc']
...
> 33,
> tonumber('1'),
> tonumber64('2')
> }:totable()
---
...
tarantool> t = box.tuple.new{'abc', 'def', 'ghi', 'abc'}
---
...
tarantool> t
---
- ['abc', 'def', 'ghi', 'abc']
...