mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
91 lines
546 B
Text
91 lines
546 B
Text
my_set_ctor_init
|
|
{
|
|
test4,
|
|
test2,
|
|
test3,
|
|
test1
|
|
}
|
|
|
|
my_table_ctor_init
|
|
{
|
|
[2] = test2,
|
|
[1] = test1,
|
|
[3] = test3
|
|
}
|
|
nope
|
|
|
|
my_set_init
|
|
{
|
|
test4,
|
|
test2,
|
|
test3,
|
|
test1
|
|
}
|
|
|
|
my_table_init
|
|
{
|
|
[4] = test4,
|
|
[2] = test2,
|
|
[3] = test3,
|
|
[1] = test1
|
|
}
|
|
nope
|
|
|
|
inception
|
|
{
|
|
[0] = {
|
|
[13] = bar
|
|
}
|
|
}
|
|
{
|
|
[13] = bar
|
|
}
|
|
bar
|
|
forty-two
|
|
{
|
|
|
|
}
|
|
we need to go deeper
|
|
{
|
|
[0] = {
|
|
[13] = bar
|
|
}
|
|
}
|
|
{
|
|
[13] = bar
|
|
}
|
|
bar
|
|
forty-two
|
|
{
|
|
|
|
}
|
|
we need to go deeper
|
|
|
|
local table t1
|
|
{
|
|
[1] = foo
|
|
}
|
|
foo
|
|
nope
|
|
|
|
local table t2
|
|
{
|
|
[1] = foo
|
|
}
|
|
foo
|
|
nope
|
|
|
|
local table t3
|
|
{
|
|
|
|
}
|
|
nope
|
|
nope
|
|
|
|
local table t4
|
|
{
|
|
|
|
}
|
|
nope
|
|
nope
|
|
|