10 lines
149 B
Plaintext
10 lines
149 B
Plaintext
|
event bro_init()
|
||
|
{
|
||
|
local e = "e";
|
||
|
|
||
|
while ( e == "e" )
|
||
|
{
|
||
|
print e;
|
||
|
}
|
||
|
}
|