diff -r feede61efa96 -r 866172a16472 book/src/atccl_operators.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/book/src/atccl_operators.txt Wed Mar 23 21:10:10 2011 +0100 @@ -0,0 +1,6 @@ +int_op = "is" [ "not" ] + | ("greater" | "less") "than" +string_op = "is" [ "not" ] +string_array_op = "is" [ "not" ] + | [ "not" ] "in" +string_string_array_op = [ "not" ] "in"