Loading…
None
New source string testing_project / Documentation: reference/reference_lua/box_tuple/new — English |
Glossary
| English | English | ||
|---|---|---|---|
| No related strings found in the glossary. | |||
Loading…
None
New source string testing_project / Documentation: reference/reference_lua/box_tuple/new — English |
| English | English | ||
|---|---|---|---|
| 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']
...