#
#
sub brmap
{
my ($tag) = @_;
if ($tag eq "ambiguous") { return "main"; } # To test [F]unction
if ($tag eq "x") { return "main"; } # To test [B]oth
return "";
}
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 5470 | Richard Geiger | The Neverending Story. |