mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

* Variables of `string` type can now be set to an empty string * Trying to set a variable with non-`string` type to an empty value now emits an error instead of silently doing nothing * Providing an invalid identifier now emits an "unknown identifier" error instead of silently doing nothing
4 lines
72 B
Text
4 lines
72 B
Text
mystr, default
|
|
mynum, 0
|
|
mytable, {"zero":"0","one":"1"}
|
|
MyMod::str, def
|