Method code for $foundation.get_default_msg()

[Turn off line numbering]
  1: arg name;
  2: var def, b;
  3: 
  4: catch any {
  5:     return msgs[name];
  6: } with {
  7:     def = $compiler.compile_cml(">>NO DEFAULT<<");
  8:     return hash b in (.get_msg_attr(name, 'branches)) to ([b, def]);
  9: }

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

the Cold Dark