mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
23 lines
251 B
Text
23 lines
251 B
Text
{
|
|
[3] = three,
|
|
[1] = one,
|
|
[5] = five
|
|
}
|
|
{
|
|
[[min=<uninitialized>, max=2]] = max2,
|
|
[[min=<uninitialized>, max=5]] = max5
|
|
}
|
|
{
|
|
[cool, 2] = cool2,
|
|
[test, 1] = test1
|
|
}
|
|
{
|
|
[two] = 2.0,
|
|
[one] = 1.0,
|
|
[three] = 3.0
|
|
}
|
|
0.0
|
|
{
|
|
[37] = thirty-seven,
|
|
[42] = forty-two
|
|
}
|