mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
41 lines
186 B
Text
41 lines
186 B
Text
{
|
|
RED
|
|
}
|
|
{
|
|
|
|
}
|
|
{
|
|
BLUE
|
|
}
|
|
{
|
|
RED,
|
|
BLUE,
|
|
GREEN
|
|
}
|
|
{
|
|
|
|
}
|
|
---
|
|
[RED]
|
|
[]
|
|
[BLUE]
|
|
[RED, GREEN, BLUE]
|
|
[]
|
|
---
|
|
{
|
|
[RED] = red
|
|
}
|
|
{
|
|
|
|
}
|
|
{
|
|
[BLUE] = blue
|
|
}
|
|
{
|
|
[RED] = red,
|
|
[BLUE] = blue,
|
|
[GREEN] = green
|
|
}
|
|
{
|
|
|
|
}
|