paper/src/atccl_operators.txt
author Eugen Sawin <sawine@me73.com>
Wed, 27 Apr 2011 23:14:57 +0200
changeset 20 db5300dc9a50
permissions -rw-r--r--
Fixed minor error.
     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"