Skip to content

Commit

Permalink
Use local variables to test that functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelmachek committed Nov 4, 1999
1 parent df8b85e commit f30b25f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bird.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ define xyzzy = 120+10;
function callme ( int arg1; int arg2 )
int local1;
int local2;
int i;
{
print "Function callme called arguments " arg1 " and " arg2;
i = arg2;

case arg1 {
2: print "dva"; print "jeste jednou dva";
Expand Down Expand Up @@ -64,6 +66,9 @@ int j;
print "This route was from " rta.from;
j = 7;
j = 17;
if rta.rip_metric > 15 then
print "RIP Metric is more than infinity";

accept;
}

Expand Down

0 comments on commit f30b25f

Please sign in to comment.