book/src/atccl_operators.txt
author Eugen Sawin <sawine@me73.com>
Sat, 26 Mar 2011 01:46:39 +0100
changeset 7 244a159d16ea
permissions -rw-r--r--
Corrections.
     1 int_op                 = "is" [ "not" ] 
     2                          | ("greater" | "less") "than"
     3 string_op              = "is" [ "not" ]
     4 string_array_op        = "is" [ "not" ]
     5                          | [ "not" ] "in"
     6 string_string_array_op = [ "not" ] "in"