book/src/atccl_operators.txt
changeset 1 866172a16472
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/book/src/atccl_operators.txt	Wed Mar 23 21:10:10 2011 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +int_op                 = "is" [ "not" ] 
     1.5 +                         | ("greater" | "less") "than"
     1.6 +string_op              = "is" [ "not" ]
     1.7 +string_array_op        = "is" [ "not" ]
     1.8 +                         | [ "not" ] "in"
     1.9 +string_string_array_op = [ "not" ] "in"