redef

Does bro allow to change Global var from inside a function somehow ?

You certainly can assign to it (unless it's "const"). But initialization
is only done outside of functions.

    Vern