mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
10 lines
94 B
Text
10 lines
94 B
Text
{
|
|
[2] = two,
|
|
[1] = one
|
|
}
|
|
global table default
|
|
{
|
|
[4] = four,
|
|
[3] = three
|
|
}
|
|
local table default
|