Method code for $foundation.get_default_msg()

[Turn on line numbering]
arg name;
var def, b;

catch any {
    return msgs[name];
} with {
    def = $compiler.compile_cml(">>NO DEFAULT<<");
    return hash b in (.get_msg_attr(name, 'branches)) to ([b, def]);
}

["// Created 26-Mar-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark