From 346a12c2109b99d907e7ebeb3560992e92a6c26b Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Thu, 18 Nov 1999 13:21:52 +0000 Subject: You can now print enum. --- filter/test.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'filter/test.conf') diff --git a/filter/test.conf b/filter/test.conf index 6f102a8..97aaf8f 100644 --- a/filter/test.conf +++ b/filter/test.conf @@ -13,8 +13,7 @@ int local1; int local2; int i; { - print "Ok"; - print "Function callme called arguments " arg1 " and " arg2; + printn "Function callme called arguments " arg1 " and " arg2 ":"; i = arg2; case arg1 { @@ -47,7 +46,7 @@ ip p; p = 127.1.2.3; print "Testing mask : 127.0.0.0 = " p.mask(8); print "Testing pairs: (1,2) = " (1,2); -# + print "Testing enums: " RTS_DUMMY " " RTS_STATIC; print "What will this do? " [ 1, 2, 1, 1, 1, 3, 4, 1, 1, 1, 5 ]; -- cgit v1.2.3