mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

Both local and global variables declared with "const" could be modified, but now expressions that would modify them should generate an error message at parse-time.
10 lines
95 B
Text
10 lines
95 B
Text
40
|
|
enter f, 10
|
|
exit f, 110
|
|
enter f, 9
|
|
exit f, 109
|
|
enter f, 7
|
|
exit f, 107
|
|
foo, 10
|
|
bar, 9
|
|
baz, 7
|